From 8561879ea6e961b9dc036d424043be09f84d1266 Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 24 Aug 2006 01:25:00 +0000 Subject: (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 --- newgrf_cargo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'newgrf_cargo.h') diff --git a/newgrf_cargo.h b/newgrf_cargo.h index a95d17396..d3b352e48 100644 --- 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, -- cgit v1.2.3-54-g00ecf