summaryrefslogtreecommitdiff
path: root/src/town_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-08 09:07:40 +0000
committerrubidium <rubidium@openttd.org>2010-08-08 09:07:40 +0000
commit412bb37f595756eea74d02d3163d7043f84cf93a (patch)
tree94c5378291258d9973500e2d1109a5bf0240bbe5 /src/town_cmd.cpp
parent5f874b90f92c3f7f6578c5f41eef4dce0107f9e3 (diff)
downloadopenttd-412bb37f595756eea74d02d3163d7043f84cf93a.tar.xz
(svn r20409) -Codechange: reduce the number of includes needed by newgrf.h
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r--src/town_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp
index bf877f5b5..6446ff2f8 100644
--- a/src/town_cmd.cpp
+++ b/src/town_cmd.cpp
@@ -27,6 +27,7 @@
#include "newgrf_house.h"
#include "newgrf_commons.h"
#include "newgrf_text.h"
+#include "newgrf_config.h"
#include "autoslope.h"
#include "tunnelbridge_map.h"
#include "strings_func.h"