Explorar el Código

Removed redundant include

Ivan Savenko hace 2 años
padre
commit
fc60a7aff0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      client/Graphics.cpp

+ 2 - 1
client/Graphics.cpp

@@ -22,7 +22,6 @@
 #include "../lib/filesystem/CBinaryReader.h"
 #include "gui/SDL_Extensions.h"
 #include "gui/CAnimation.h"
-#include <SDL_ttf.h>
 #include "../lib/CThreadHelper.h"
 #include "../lib/CModHandler.h"
 #include "CGameInfo.h"
@@ -37,6 +36,8 @@
 #include "../lib/mapObjects/CObjectHandler.h"
 #include "../lib/CHeroHandler.h"
 
+#include <SDL_surface.h>
+
 using namespace CSDL_Ext;
 
 Graphics * graphics = nullptr;