summaryrefslogtreecommitdiff
path: root/src/engine.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-09 21:27:39 +0000
committerrubidium <rubidium@openttd.org>2008-01-09 21:27:39 +0000
commitc004cc1fd9e706cbd9117e030c73f2043d7d974e (patch)
tree03527c71c555a5972cd91f9807d88fc1d057bc65 /src/engine.h
parent2d2e1e386315db0c83f508c19387e9f2e0c9cee1 (diff)
downloadopenttd-c004cc1fd9e706cbd9117e030c73f2043d7d974e.tar.xz
(svn r11801) -Codechange: remove some unneeded includes from some header files.
Diffstat (limited to 'src/engine.h')
-rw-r--r--src/engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine.h b/src/engine.h
index 2f82e7472..d4d004007 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -5,11 +5,9 @@
#ifndef ENGINE_H
#define ENGINE_H
-#include "oldpool.h"
#include "rail_type.h"
#include "cargo_type.h"
#include "vehicle_type.h"
-#include "command_type.h"
#include "gfx_type.h"
#include "date_type.h"
#include "sound_type.h"