summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r--src/gfxinit.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp
index f0c529d4d..2db1a4c16 100644
--- a/src/gfxinit.cpp
+++ b/src/gfxinit.cpp
@@ -3,21 +3,14 @@
/** @file gfxinit.cpp Initializing of the (GRF) graphics. */
#include "stdafx.h"
-#include "openttd.h"
#include "debug.h"
-#include "gfxinit.h"
#include "spritecache.h"
#include "fileio_func.h"
#include "fios.h"
#include "newgrf.h"
#include "md5.h"
-#include "variables.h"
#include "fontcache.h"
#include "gfx_func.h"
-#include "core/alloc_func.hpp"
-#include "core/bitmath_func.hpp"
-#include "core/smallvec_type.hpp"
-#include <string.h>
#include "settings_type.h"
#include "string_func.h"
#include "ini_type.h"