From 79627b4f8952da6a6d6132d9428ce037aeaae9df Mon Sep 17 00:00:00 2001 From: frosch Date: Thu, 5 Nov 2009 19:46:17 +0000 Subject: (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h --- src/roadveh_cmd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/roadveh_cmd.cpp') diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp index f482c0ebb..8aebc4e4d 100644 --- a/src/roadveh_cmd.cpp +++ b/src/roadveh_cmd.cpp @@ -36,7 +36,6 @@ #include "effectvehicle_func.h" #include "roadstop_base.h" #include "cargotype.h" -#include "newgrf_cargo.h" #include "table/strings.h" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf