diff options
author | rubidium <rubidium@openttd.org> | 2008-01-13 00:28:01 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-13 00:28:01 +0000 |
commit | a78d73805f467d3ced0a70a1758435498fd1dbac (patch) | |
tree | a6f7dc27debf05db7b7a9dad906e02a054c38796 /src/table | |
parent | aa1d429d7f8d94a3fba4b413fc9f15021ddda6a4 (diff) | |
download | openttd-a78d73805f467d3ced0a70a1758435498fd1dbac.tar.xz |
(svn r11827) -Codechange: do not include enum_type.hpp unnecessary.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/namegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/namegen.h b/src/table/namegen.h index a9cc514e5..c9695e302 100644 --- a/src/table/namegen.h +++ b/src/table/namegen.h @@ -3,7 +3,7 @@ /** @file table/namegen.h Namepart tables for the town name generator */ #include "../stdafx.h" -#include "../openttd.h" +#include "../core/enum_type.hpp" static const char *name_original_english_1[] = { "Great ", |