commit c3a7fe3c
Removed unused include
Changed files
| M | source/code/main.cpp before |
diff --git a/source/code/main.cpp b/source/code/main.cpp
index 78a1425..83649af 100644
--- a/source/code/main.cpp
+++ b/source/code/main.cpp
@@ -54,7 +54,6 @@ http://blockattack.sf.net
//#include "ttfont.h" //To use True Type Fonts in SDL
//#include "config.h"
#include <vector>
-#include <SDL/SDL_timer.h>
#include <SDL/SDL_video.h>
#include "MenuSystem.h"
#include "puzzlehandler.hpp"