git repos / blockattack-game

commit 67e23e8a

sago007 · 2015-12-25 23:20
67e23e8ada181656b34cab5304740d25d3f95519 patch · browse files
parent c3a7fe3c7c0fd53f31f11be92b5435bdcf3ff048

Removed another unused include

Changed files

M source/code/main.cpp before
diff --git a/source/code/main.cpp b/source/code/main.cpp index 83649af..41d08b6 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_video.h>
#include "MenuSystem.h"
#include "puzzlehandler.hpp"
#include <memory>