diff --git a/AnimModel.cpp b/AnimModel.cpp index 0792e16c..508f7ac8 100644 --- a/AnimModel.cpp +++ b/AnimModel.cpp @@ -19,7 +19,7 @@ http://mozilla.org/MPL/2.0/. #include "MdlMngr.h" #include "simulation.h" #include "simulationtime.h" -#include "Event.h"" +#include "Event.h" #include "Globals.h" #include "Timer.h" #include "Logs.h" diff --git a/Event.cpp b/Event.cpp index cc712db7..36c87cf3 100644 --- a/Event.cpp +++ b/Event.cpp @@ -14,7 +14,7 @@ http://mozilla.org/MPL/2.0/. */ #include "stdafx.h" -#include "Event.h"" +#include "Event.h" #include "simulation.h" #include "messaging.h" diff --git a/MemCell.cpp b/MemCell.cpp index 37c7151d..0fc915a8 100644 --- a/MemCell.cpp +++ b/MemCell.cpp @@ -18,7 +18,7 @@ http://mozilla.org/MPL/2.0/. #include "simulation.h" #include "Driver.h" -#include "Event.h"" +#include "Event.h" #include "Logs.h" //--------------------------------------------------------------------------- diff --git a/Texture.cpp b/Texture.cpp index 12dcbe21..660368e2 100644 --- a/Texture.cpp +++ b/Texture.cpp @@ -14,7 +14,7 @@ http://mozilla.org/MPL/2.0/. */ #include "stdafx.h" -#include "Texture.h"" +#include "Texture.h" #include #include "GL/glew.h" diff --git a/Track.cpp b/Track.cpp index ff604e0c..29d7d811 100644 --- a/Track.cpp +++ b/Track.cpp @@ -17,7 +17,7 @@ http://mozilla.org/MPL/2.0/. #include "simulation.h" #include "Globals.h" -#include "Event.h"" +#include "Event.h" #include "messaging.h" #include "DynObj.h" #include "AnimModel.h" diff --git a/drivermode.cpp b/drivermode.cpp index f813439f..1bc98da2 100644 --- a/drivermode.cpp +++ b/drivermode.cpp @@ -21,7 +21,7 @@ http://mozilla.org/MPL/2.0/. #include "Driver.h" #include "DynObj.h" #include "Model3d.h" -#include "Event.h"" +#include "Event.h" #include "messaging.h" #include "Timer.h" #include "renderer.h" diff --git a/driveruipanels.cpp b/driveruipanels.cpp index f21e9666..54070ed1 100644 --- a/driveruipanels.cpp +++ b/driveruipanels.cpp @@ -15,7 +15,7 @@ http://mozilla.org/MPL/2.0/. #include "simulation.h" #include "simulationtime.h" #include "Timer.h" -#include "Event.h"" +#include "Event.h" #include "Camera.h" #include "mtable.h" #include "Train.h" diff --git a/editoruipanels.cpp b/editoruipanels.cpp index 8b3aaa7b..0d1ded79 100644 --- a/editoruipanels.cpp +++ b/editoruipanels.cpp @@ -14,7 +14,7 @@ http://mozilla.org/MPL/2.0/. #include "Camera.h" #include "AnimModel.h" #include "Track.h" -#include "Event.h"" +#include "Event.h" #include "renderer.h" #include "utilities.h" diff --git a/material.h b/material.h index 79ed8b86..cba771aa 100644 --- a/material.h +++ b/material.h @@ -10,7 +10,7 @@ http://mozilla.org/MPL/2.0/. #pragma once #include "Classes.h" -#include "Texture.h"" +#include "Texture.h" typedef int material_handle; diff --git a/messaging.cpp b/messaging.cpp index 630d63bc..727b9774 100644 --- a/messaging.cpp +++ b/messaging.cpp @@ -14,7 +14,7 @@ http://mozilla.org/MPL/2.0/. #include "application.h" #include "simulation.h" #include "simulationtime.h" -#include "Event.h"" +#include "Event.h" #include "DynObj.h" #include "Driver.h" #include "mtable.h" diff --git a/precipitation.h b/precipitation.h index cbfecaeb..5ebebef7 100644 --- a/precipitation.h +++ b/precipitation.h @@ -9,7 +9,7 @@ http://mozilla.org/MPL/2.0/. #pragma once -#include "Texture.h"" +#include "Texture.h" // based on "Rendering Falling Rain and Snow" // by Niniane Wang, Bretton Wade diff --git a/scene.cpp b/scene.cpp index b0d9f3da..5738d163 100644 --- a/scene.cpp +++ b/scene.cpp @@ -14,7 +14,7 @@ http://mozilla.org/MPL/2.0/. #include "Globals.h" #include "Camera.h" #include "AnimModel.h" -#include "Event.h"" +#include "Event.h" #include "EvLaunch.h" #include "Timer.h" #include "Logs.h" diff --git a/scenenodegroups.cpp b/scenenodegroups.cpp index 7272b1b3..cefa040c 100644 --- a/scenenodegroups.cpp +++ b/scenenodegroups.cpp @@ -10,7 +10,7 @@ http://mozilla.org/MPL/2.0/. #include "stdafx.h" #include "scenenodegroups.h" -#include "Event.h"" +#include "Event.h" #include "MemCell.h" namespace scene { diff --git a/simulation.cpp b/simulation.cpp index cd4380be..262cf5f9 100644 --- a/simulation.cpp +++ b/simulation.cpp @@ -12,7 +12,7 @@ http://mozilla.org/MPL/2.0/. #include "simulationtime.h" #include "Globals.h" -#include "Event.h"" +#include "Event.h" #include "MemCell.h" #include "Track.h" #include "Traction.h" diff --git a/simulationstateserializer.cpp b/simulationstateserializer.cpp index f59b103b..905c31aa 100644 --- a/simulationstateserializer.cpp +++ b/simulationstateserializer.cpp @@ -16,7 +16,7 @@ http://mozilla.org/MPL/2.0/. #include "simulation.h" #include "simulationtime.h" #include "scenenodegroups.h" -#include "Event.h"" +#include "Event.h" #include "Driver.h" #include "DynObj.h" #include "AnimModel.h" diff --git a/uilayer.h b/uilayer.h index 61c12a75..9d120827 100644 --- a/uilayer.h +++ b/uilayer.h @@ -10,7 +10,7 @@ http://mozilla.org/MPL/2.0/. #pragma once #include -#include "Texture.h"" +#include "Texture.h" // GuiLayer -- basic user interface class. draws requested information on top of openGL screen