diff options
author | rubidium <rubidium@openttd.org> | 2008-01-07 14:02:26 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-07 14:02:26 +0000 |
commit | 38115acf5adbcf66643d1f96e30b9abc6dec15a3 (patch) | |
tree | da6be8b1f4ec1cdb8a848d1ab9915d7dddf2ff8b /src/newgrf_house.h | |
parent | a8a3a7e3f277c205900f5dde7441e612cd0114a8 (diff) | |
download | openttd-38115acf5adbcf66643d1f96e30b9abc6dec15a3.tar.xz |
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
Diffstat (limited to 'src/newgrf_house.h')
-rw-r--r-- | src/newgrf_house.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_house.h b/src/newgrf_house.h index 27a5672fa..ffee181d5 100644 --- a/src/newgrf_house.h +++ b/src/newgrf_house.h @@ -5,7 +5,7 @@ #ifndef NEWGRF_HOUSE_H #define NEWGRF_HOUSE_H -#include "town.h" +#include "town_type.h" #include "newgrf_callbacks.h" /** |