summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-07 14:02:26 +0000
committerrubidium <rubidium@openttd.org>2008-01-07 14:02:26 +0000
commit71d4004a851536b961fe2c90a1fcae234769f674 (patch)
treeda6be8b1f4ec1cdb8a848d1ab9915d7dddf2ff8b /src/newgrf_spritegroup.h
parente2f7ec1d3e8b546f5faa3ed6d7fd28363629daf3 (diff)
downloadopenttd-71d4004a851536b961fe2c90a1fcae234769f674.tar.xz
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h
index 3c3c2b351..2d703d269 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -5,8 +5,8 @@
#ifndef NEWGRF_SPRITEGROUP_H
#define NEWGRF_SPRITEGROUP_H
-#include "town.h"
-#include "industry.h"
+#include "town_type.h"
+#include "industry_type.h"
#include "newgrf_storage.h"
#include "core/bitmath_func.hpp"
#include "gfx_type.h"