From 384503e7d37f4b68c1480f6e6ca81adf84ef137d Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 27 Dec 2007 13:35:39 +0000 Subject: (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes. --- src/clear_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clear_cmd.cpp') diff --git a/src/clear_cmd.cpp b/src/clear_cmd.cpp index 270285b1c..eb443d85b 100644 --- a/src/clear_cmd.cpp +++ b/src/clear_cmd.cpp @@ -21,9 +21,9 @@ #include "industry.h" #include "water_map.h" #include "tile_cmd.h" -#include "vehicle.h" #include "functions.h" #include "economy_func.h" +#include "vehicle_func.h" /* * In one terraforming command all four corners of a initial tile can be raised/lowered (though this is not available to the player). -- cgit v1.2.3-54-g00ecf