summaryrefslogtreecommitdiff
path: root/src/train.h
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
commit384503e7d37f4b68c1480f6e6ca81adf84ef137d (patch)
tree7262db82a9e80413b5783b88be96602fdd29a485 /src/train.h
parent4e66f5a04b3b1393a13fa81edfdd10243aaf13a4 (diff)
downloadopenttd-384503e7d37f4b68c1480f6e6ca81adf84ef137d.tar.xz
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Diffstat (limited to 'src/train.h')
-rw-r--r--src/train.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/train.h b/src/train.h
index ad31a4475..7a373913c 100644
--- a/src/train.h
+++ b/src/train.h
@@ -6,7 +6,8 @@
#define TRAIN_H
#include "stdafx.h"
-#include "vehicle.h"
+#include "core/bitmath_func.hpp"
+#include "vehicle_base.h"
/*