diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/convbdf.c | 1 | ||||
-rw-r--r-- | tools/create_lure/create_lure_dat.h | 1 | ||||
-rw-r--r-- | tools/create_lure/process_actions.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c index 1950f053d1..55de73a648 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c @@ -735,7 +735,6 @@ int gen_c_source(struct font* pf, char *path) char bbuf[256]; char hdr1[] = { "/* Generated by convbdf on %s. */\n" - "#include \"common/stdafx.h\"\n" "#include \"graphics/font.h\"\n" "\n" "/* Font information:\n" diff --git a/tools/create_lure/create_lure_dat.h b/tools/create_lure/create_lure_dat.h index 8b9bc03e02..1c8e6ff2d0 100644 --- a/tools/create_lure/create_lure_dat.h +++ b/tools/create_lure/create_lure_dat.h @@ -26,7 +26,6 @@ #ifndef __createlure_dat__ #define __createlure_dat__ -#include "common/stdafx.h" #include "common/endian.h" #define VERSION_MAJOR 1 diff --git a/tools/create_lure/process_actions.cpp b/tools/create_lure/process_actions.cpp index 1521ce442d..2ebe1feafb 100644 --- a/tools/create_lure/process_actions.cpp +++ b/tools/create_lure/process_actions.cpp @@ -23,7 +23,6 @@ * */ -#include "common/stdafx.h" #include "common/scummsys.h" #include "create_lure_dat.h" |