diff options
author | frosch <frosch@openttd.org> | 2009-11-05 19:46:17 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2009-11-05 19:46:17 +0000 |
commit | 79627b4f8952da6a6d6132d9428ce037aeaae9df (patch) | |
tree | 6b9df6eb573db144ea20096edad74759d7a742d6 /src/newgrf_spritegroup.h | |
parent | b92c6b3741500439521019ca28690b456712df2a (diff) | |
download | openttd-79627b4f8952da6a6d6132d9428ce037aeaae9df.tar.xz |
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r-- | src/newgrf_spritegroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h index 69086fce2..056f95e35 100644 --- a/src/newgrf_spritegroup.h +++ b/src/newgrf_spritegroup.h @@ -21,7 +21,6 @@ #include "core/pool_type.hpp" #include "house_type.h" -#include "newgrf_cargo.h" #include "newgrf_callbacks.h" #include "newgrf_generic.h" #include "newgrf_storage.h" |