summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-11-05 19:46:17 +0000
committerfrosch <frosch@openttd.org>2009-11-05 19:46:17 +0000
commit79627b4f8952da6a6d6132d9428ce037aeaae9df (patch)
tree6b9df6eb573db144ea20096edad74759d7a742d6 /src/order_gui.cpp
parentb92c6b3741500439521019ca28690b456712df2a (diff)
downloadopenttd-79627b4f8952da6a6d6132d9428ce037aeaae9df.tar.xz
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index 071b1cbfb..847a38ecb 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -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"