aboutsummaryrefslogtreecommitdiff
path: root/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Main.cpp')
-rw-r--r--Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.cpp b/Main.cpp
index 1685244..869ac06 100644
--- a/Main.cpp
+++ b/Main.cpp
@@ -2,13 +2,13 @@
/* Include the class SloxApplication which
* will be the base class for this */
+#include "glox/GloxCommon.hpp"
#include "slox/SloxApplication.hpp"
#include "slox/SloxTextureFactory.hpp"
#include "slox/SloxRawEventHandler.hpp"
#include "slox/events/SloxFunctionQuitListener.hpp"
#include "glox/GloxViewport.hpp"
-#include "glox/GloxCommon.hpp"
#include "glox/GloxFirstPersonPerspective.hpp"
#include "glox/objects/GloxTexturedCube.hpp"
#include "glox/GloxColor.hpp"