git repos / blockattack-game

commit c3a7fe3c

sago007 · 2015-12-25 23:17
c3a7fe3c7c0fd53f31f11be92b5435bdcf3ff048 patch · browse files
parent a90bb60dbff345c01f59aa630e1ea93f0d76d6a9

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"