summaryrefslogtreecommitdiff
path: root/src/cheat_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-06-01 10:44:45 +0000
committerfrosch <frosch@openttd.org>2012-06-01 10:44:45 +0000
commit198de5397ed4a217273bda29dae8ddf60ba48f1d (patch)
treeb413b984a9c90cf4d6cd247a7781362fb660b598 /src/cheat_gui.cpp
parent88fff21b932eca52599d66239cc05dc97f5a998e (diff)
downloadopenttd-198de5397ed4a217273bda29dae8ddf60ba48f1d.tar.xz
(svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h
Diffstat (limited to 'src/cheat_gui.cpp')
-rw-r--r--src/cheat_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cheat_gui.cpp b/src/cheat_gui.cpp
index be4f57399..33d9ae20e 100644
--- a/src/cheat_gui.cpp
+++ b/src/cheat_gui.cpp
@@ -22,7 +22,7 @@
#include "strings_func.h"
#include "window_func.h"
#include "rail_gui.h"
-#include "gui.h"
+#include "settings_gui.h"
#include "company_gui.h"
#include "widgets/cheat_widget.h"