summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-27 13:35:39 +0000
committerrubidium <rubidium@openttd.org>2007-12-27 13:35:39 +0000
commit722613f7f3d833e28193f4c628161a372aa346b5 (patch)
tree7262db82a9e80413b5783b88be96602fdd29a485 /src/engine.cpp
parentae3206cd97f78a4657f6a33603125bf98811b726 (diff)
downloadopenttd-722613f7f3d833e28193f4c628161a372aa346b5.tar.xz
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 9b6d388c0..44f05a63e 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -9,7 +9,6 @@
#include "engine.h"
#include "player.h"
#include "command_func.h"
-#include "vehicle.h"
#include "news.h"
#include "saveload.h"
#include "variables.h"