1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 17:09:10 +00:00

(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h

This commit is contained in:
frosch
2009-11-05 19:46:17 +00:00
parent b92c6b3741
commit 79627b4f89
20 changed files with 21 additions and 28 deletions

View File

@@ -36,7 +36,6 @@
#include "clear_map.h"
#include "tree_map.h"
#include "aircraft.h"
#include "newgrf_cargo.h"
#include "effectvehicle_func.h"
#include "tunnelbridge_map.h"
#include "station_base.h"