From b00a5f1069b5bcf37af5d601e3e2828d0d09a1f0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 28 Nov 2009 20:35:25 +0000 Subject: (svn r18330) -Cleanup: remove some unneeded includes --- src/misc_cmd.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/misc_cmd.cpp') 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" -- cgit v1.2.3-54-g00ecf