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/cargotype.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cargotype.cpp') diff --git a/src/cargotype.cpp b/src/cargotype.cpp index 4ee0922c2..901326c18 100644 --- a/src/cargotype.cpp +++ b/src/cargotype.cpp @@ -10,7 +10,6 @@ /** @file cargotype.cpp Implementation of cargos. */ #include "stdafx.h" -#include "newgrf_cargo.h" #include "cargotype.h" #include "core/bitmath_func.hpp" -- cgit v1.2.3-54-g00ecf