summaryrefslogtreecommitdiff
path: root/src/pathfind.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-26 23:04:26 +0000
committerrubidium <rubidium@openttd.org>2007-12-26 23:04:26 +0000
commit7f037d15d780a6dbc1208557c7a3b77338f8657a (patch)
treef790b2bd6cc316021b48938f4af7ae3364ec3027 /src/pathfind.h
parent8b726c2f4a7800fb9c16f7bc3e9e20bdbb95c616 (diff)
downloadopenttd-7f037d15d780a6dbc1208557c7a3b77338f8657a.tar.xz
(svn r11704) -Codechange: remove another bunch of useless includes.
Diffstat (limited to 'src/pathfind.h')
-rw-r--r--src/pathfind.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pathfind.h b/src/pathfind.h
index 91dd7be6f..f089e8e16 100644
--- a/src/pathfind.h
+++ b/src/pathfind.h
@@ -6,7 +6,6 @@
#define PATHFIND_H
#include "direction_type.h"
-#include "openttd.h"
enum {
STR_FACTOR = 2,