diff options
Diffstat (limited to 'src/cheat_gui.cpp')
-rw-r--r-- | src/cheat_gui.cpp | 3 |
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" |