summaryrefslogtreecommitdiff
path: root/src/landscape.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-25 23:42:52 +0000
committerrubidium <rubidium@openttd.org>2007-12-25 23:42:52 +0000
commit7058b2cce226cc3c1fba0644f68f5d64593547be (patch)
tree070c07001872a2ff901cc931aa615cd0c58aca13 /src/landscape.h
parentdf3815b8dd0252e722d946ee495b9fb7308462bb (diff)
downloadopenttd-7058b2cce226cc3c1fba0644f68f5d64593547be.tar.xz
(svn r11700) -Codechange: reduce the amount of unnecessary includes.
Diffstat (limited to 'src/landscape.h')
-rw-r--r--src/landscape.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/landscape.h b/src/landscape.h
index 7df408753..130deb4b6 100644
--- a/src/landscape.h
+++ b/src/landscape.h
@@ -6,6 +6,9 @@
#define LANDSCAPE_H
#include "core/geometry_type.hpp"
+#include "tile_cmd.h"
+#include "slope_type.h"
+#include "direction_type.h"
enum {
SNOW_LINE_MONTHS = 12,