summaryrefslogtreecommitdiffstats
path: root/test/envs/opengl/light_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/envs/opengl/light_test.cpp')
-rw-r--r--test/envs/opengl/light_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/envs/opengl/light_test.cpp b/test/envs/opengl/light_test.cpp
index b19ba4b..b1e0151 100644
--- a/test/envs/opengl/light_test.cpp
+++ b/test/envs/opengl/light_test.cpp
@@ -1,8 +1,10 @@
#include "app/system.h"
+
#include "common/logger.h"
#include "common/image.h"
-#include "common/iman.h"
+
#include "graphics/opengl/gldevice.h"
+
#include "math/geometry.h"
#include <SDL/SDL.h>
@@ -365,8 +367,6 @@ int main(int argc, char *argv[])
GetCurrentTimeStamp(PREV_TIME);
GetCurrentTimeStamp(CURR_TIME);
- CInstanceManager iMan;
-
// Without any error checking, for simplicity
SDL_Init(SDL_INIT_VIDEO);