summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-08-30 11:47:41 +0000
committersmatz <smatz@openttd.org>2009-08-30 11:47:41 +0000
commitee685c82874d2ab58efd46a496082b789156b0a7 (patch)
tree306d6b4355688a2c787c19667b284a317d428d1b /src/economy.cpp
parentc94b9973e60959cdb9bd706bddbf79727fb4dbe7 (diff)
downloadopenttd-ee685c82874d2ab58efd46a496082b789156b0a7.tar.xz
(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile()
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index 5dc93a5d1..c7c7f4bca 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -14,7 +14,7 @@
#include "tile_cmd.h"
#include "company_func.h"
#include "command_func.h"
-#include "industry_map.h"
+#include "industry.h"
#include "town.h"
#include "news_func.h"
#include "network/network.h"