(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 4fe380b10e
commit 3cb949a17d
20 changed files with 21 additions and 28 deletions

View File

@@ -23,7 +23,6 @@
#include "window_func.h"
#include "vehicle_func.h"
#include "company_func.h"
#include "newgrf_cargo.h"
#include "widgets/dropdown_func.h"
#include "textbuf_gui.h"
#include "string_func.h"