(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
This commit is contained in:
belugas 2006-08-24 01:25:00 +00:00
parent 9bb2a97e57
commit 8561879ea6
2 changed files with 1 additions and 3 deletions

View File

@ -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"

View File

@ -3,9 +3,6 @@
#ifndef NEWGRF_CARGO_H
#define NEWGRF_CARGO_H
#include "table/sprites.h"
enum {
CC_NOAVAILABLE = 0,
CC_PASSENGERS = 1 << 0,