summaryrefslogtreecommitdiff
path: root/src/ai/ai.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-09 16:40:02 +0000
committerrubidium <rubidium@openttd.org>2008-01-09 16:40:02 +0000
commitb4337eba83e34ddaac29684d78202ae9623e9240 (patch)
tree9569d5da425e71768a78a6ffdbad415f3fb38811 /src/ai/ai.cpp
parenta27a240b879ab555f36695ba30c9dea0e2a6817e (diff)
downloadopenttd-b4337eba83e34ddaac29684d78202ae9623e9240.tar.xz
(svn r11792) -Codechange: move some (virtually) globally included AI related structs to a place where they are only included a few times.
Diffstat (limited to 'src/ai/ai.cpp')
-rw-r--r--src/ai/ai.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ai/ai.cpp b/src/ai/ai.cpp
index 4a075b3ad..0654fcaa1 100644
--- a/src/ai/ai.cpp
+++ b/src/ai/ai.cpp
@@ -2,6 +2,7 @@
#include "../stdafx.h"
#include "../openttd.h"
+#include "../player.h"
#include "../variables.h"
#include "../command_func.h"
#include "../network/network.h"