summaryrefslogtreecommitdiffstats
path: root/test/envs/opengl/transform_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/envs/opengl/transform_test.cpp')
-rw-r--r--test/envs/opengl/transform_test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/envs/opengl/transform_test.cpp b/test/envs/opengl/transform_test.cpp
index cddd1b8..04c73f7 100644
--- a/test/envs/opengl/transform_test.cpp
+++ b/test/envs/opengl/transform_test.cpp
@@ -1,8 +1,11 @@
#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>
@@ -242,8 +245,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);