diff options
author | celestar <celestar@openttd.org> | 2006-04-18 05:16:13 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-04-18 05:16:13 +0000 |
commit | 22f82bba2efce41532c5a48f21c5105b3ae08627 (patch) | |
tree | bb59b1598275025366c00c2b46d20b8afe78426f /ai | |
parent | 8d0e07378ac045b392d1c18bf0ad324e8ebe63a1 (diff) | |
download | openttd-22f82bba2efce41532c5a48f21c5105b3ae08627.tar.xz |
(svn r4463) -Codechange. Include vehicle.h directly instead of implicitly via station.h in a number of source files
Diffstat (limited to 'ai')
-rw-r--r-- | ai/trolly/trolly.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ai/trolly/trolly.c b/ai/trolly/trolly.c index 8c466c218..29ae7b9f2 100644 --- a/ai/trolly/trolly.c +++ b/ai/trolly/trolly.c @@ -34,6 +34,7 @@ #include "../../engine.h" #include "../../gui.h" #include "../../depot.h" +#include "../../vehicle.h" #include "../ai.h" // This function is called after StartUp. It is the init of an AI |