diff --git a/genworld_gui.c b/genworld_gui.c index 7d37155561..92f1b680e9 100644 --- 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" diff --git a/newgrf_cargo.h b/newgrf_cargo.h index a95d17396b..d3b352e487 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,