Removed some obsolete stuff from supertux/globals.hpp
authorIngo Ruhnke <grumbel@gmail.com>
Wed, 27 Aug 2014 21:17:25 +0000 (23:17 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Wed, 27 Aug 2014 21:17:25 +0000 (23:17 +0200)
src/supertux/globals.cpp
src/supertux/globals.hpp

index d6d4d75..41628e4 100644 (file)
@@ -16,8 +16,6 @@
 
 #include "supertux/globals.hpp"
 
-#include <tinygettext/tinygettext.hpp>
-
 #include "supertux/gameconfig.hpp"
 
 int SCREEN_WIDTH;
index f1894ef..b1d7f4d 100644 (file)
@@ -19,8 +19,6 @@
 
 #include <memory>
 
-typedef struct SDL_Surface SDL_Surface;
-namespace tinygettext { class DictionaryManager; }
 class Config;
 class TileSet;