1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Reduced SDL includes

This commit is contained in:
Ivan Savenko
2023-01-18 16:54:53 +02:00
parent aae83af9f3
commit fc0f5a9fb3
12 changed files with 10 additions and 16 deletions

View File

@@ -63,7 +63,7 @@
#include "../lib/CPathfinder.h"
#include "../lib/RoadHandler.h"
#include "../lib/TerrainHandler.h"
#include <SDL.h>
#include <SDL_timer.h>
#include "CServerHandler.h"
// FIXME: only needed for CGameState::mutex
#include "../lib/CGameState.h"