diff options
author | frosch <frosch@openttd.org> | 2012-06-01 10:44:45 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-06-01 10:44:45 +0000 |
commit | 198de5397ed4a217273bda29dae8ddf60ba48f1d (patch) | |
tree | b413b984a9c90cf4d6cd247a7781362fb660b598 /src/ai | |
parent | 88fff21b932eca52599d66239cc05dc97f5a998e (diff) | |
download | openttd-198de5397ed4a217273bda29dae8ddf60ba48f1d.tar.xz |
(svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/ai_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_gui.cpp b/src/ai/ai_gui.cpp index b7d385030..82ceb1641 100644 --- a/src/ai/ai_gui.cpp +++ b/src/ai/ai_gui.cpp @@ -12,7 +12,7 @@ #include "../stdafx.h" #include "../table/sprites.h" #include "../error.h" -#include "../gui.h" +#include "../settings_gui.h" #include "../querystring_gui.h" #include "../company_base.h" #include "../company_gui.h" |