summaryrefslogtreecommitdiff
path: root/src/misc_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-28 20:35:25 +0000
committerrubidium <rubidium@openttd.org>2009-11-28 20:35:25 +0000
commitb00a5f1069b5bcf37af5d601e3e2828d0d09a1f0 (patch)
tree304515b2cbbca147b210ba9afd3eaf505cf36fe6 /src/misc_cmd.cpp
parentbf0b72ae9e907143455225a2a5ea68229b83e9b6 (diff)
downloadopenttd-b00a5f1069b5bcf37af5d601e3e2828d0d09a1f0.tar.xz
(svn r18330) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/misc_cmd.cpp')
-rw-r--r--src/misc_cmd.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc_cmd.cpp b/src/misc_cmd.cpp
index cc15bb8f5..9af5b2f9a 100644
--- a/src/misc_cmd.cpp
+++ b/src/misc_cmd.cpp
@@ -10,7 +10,6 @@
/** @file misc_cmd.cpp Some misc functions that are better fitted in other files, but never got moved there... */
#include "stdafx.h"
-#include "openttd.h"
#include "command_func.h"
#include "economy_func.h"
#include "window_func.h"
@@ -22,7 +21,6 @@
#include "gfx_func.h"
#include "functions.h"
#include "vehicle_func.h"
-#include "string_func.h"
#include "company_func.h"
#include "company_gui.h"
#include "vehicle_base.h"