changeset 4366:1ca75a908a4c draft

(svn r6082) -CodeChange : Remove the unneeded table/sprites.h include in newgrf_cargo.h. Set it in genworld_gui.c instead, as it is really needed
author belugas <belugas@openttd.org>
date Thu, 24 Aug 2006 01:25:00 +0000
parents 871ec26c44af
children ea3f8a0bf42b
files genworld_gui.c newgrf_cargo.h
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/genworld_gui.c
+++ b/genworld_gui.c
@@ -5,6 +5,7 @@
 #include "heightmap.h"
 #include "functions.h"
 #include "table/strings.h"
+#include "table/sprites.h"
 #include "window.h"
 #include "gui.h"
 #include "gfx.h"
--- a/newgrf_cargo.h
+++ b/newgrf_cargo.h
@@ -3,9 +3,6 @@
 #ifndef NEWGRF_CARGO_H
 #define NEWGRF_CARGO_H
 
-#include "table/sprites.h"
-
-
 enum {
 	CC_NOAVAILABLE  = 0,
 	CC_PASSENGERS   = 1 << 0,