summaryrefslogtreecommitdiff
path: root/src/cheat_gui.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
committersmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
commit9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c (patch)
tree40327e8a6984433becd287c550cfef11be709043 /src/cheat_gui.cpp
parent484afacd6375dcc2851e7d174c6fa289a28879f9 (diff)
downloadopenttd-9021c20b5ebf0e68c0fbb55190e1b2986e3d9c1c.tar.xz
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/cheat_gui.cpp')
-rw-r--r--src/cheat_gui.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cheat_gui.cpp b/src/cheat_gui.cpp
index 1ddb1c662..bfb9a2b6f 100644
--- a/src/cheat_gui.cpp
+++ b/src/cheat_gui.cpp
@@ -3,9 +3,8 @@
/** @file cheat_gui.cpp GUI related to cheating. */
#include "stdafx.h"
-#include "openttd.h"
#include "command_func.h"
-#include "cheat_func.h"
+#include "cheat_type.h"
#include "company_base.h"
#include "company_func.h"
#include "gfx_func.h"