summaryrefslogtreecommitdiff
path: root/src/water.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-01-03 20:26:05 +0000
committerrubidium <rubidium@openttd.org>2012-01-03 20:26:05 +0000
commite40eb8177ac3ed5235ae13314032bb47095c13e9 (patch)
tree1246affaf5592bce703cfdfe2910691d51147778 /src/water.h
parent9856282d0b8bfe62ae9c1c9474bff71333cc7e66 (diff)
downloadopenttd-e40eb8177ac3ed5235ae13314032bb47095c13e9.tar.xz
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
Diffstat (limited to 'src/water.h')
-rw-r--r--src/water.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/water.h b/src/water.h
index bf26cf90d..1e8152f73 100644
--- a/src/water.h
+++ b/src/water.h
@@ -12,12 +12,8 @@
#ifndef WATER_H
#define WATER_H
-#include "tile_type.h"
-#include "company_type.h"
-#include "slope_type.h"
#include "water_map.h"
#include "economy_func.h"
-#include "core/math_func.hpp"
/**
* Describes the behaviour of a tile during flooding.