diff options
author | rubidium <rubidium@openttd.org> | 2008-03-30 23:24:18 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-30 23:24:18 +0000 |
commit | b84b16cfcd06f66f44aa2ff8ad8382776662773d (patch) | |
tree | 845a4e8019b4224d85946c12f67be2fb14daa301 /src/ai/trolly | |
parent | 8e9750901d2ffe6a08b213ae44341ebea0a7e957 (diff) | |
download | openttd-b84b16cfcd06f66f44aa2ff8ad8382776662773d.tar.xz |
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
Diffstat (limited to 'src/ai/trolly')
-rw-r--r-- | src/ai/trolly/trolly.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ai/trolly/trolly.cpp b/src/ai/trolly/trolly.cpp index e85fc36c4..e06582e74 100644 --- a/src/ai/trolly/trolly.cpp +++ b/src/ai/trolly/trolly.cpp @@ -34,7 +34,6 @@ #include "../../vehicle_func.h" #include "../../date_func.h" #include "../ai.h" -#include "../../order.h" #include "../../player_base.h" #include "../../player_func.h" |