diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client.h b/src/client.h index 06c261eb2..079ed90ec 100644 --- a/src/client.h +++ b/src/client.h @@ -30,18 +30,12 @@ #include "net/serverinfo.h" -#include <SDL.h> - #ifdef USE_SDL2 #include <SDL2_framerate.h> #else #include <SDL_framerate.h> #endif -#include <string> - -#include <sys/time.h> - #include "localconsts.h" class Button; |