From 6d6be50ae0b0a0b233f918c3d7b9c0b623676439 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Jan 2012 21:32:51 +0000 Subject: (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files --- src/ground_vehicle.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ground_vehicle.cpp') diff --git a/src/ground_vehicle.cpp b/src/ground_vehicle.cpp index 8641e78d9..27e9776b9 100644 --- a/src/ground_vehicle.cpp +++ b/src/ground_vehicle.cpp @@ -12,8 +12,6 @@ #include "stdafx.h" #include "train.h" #include "roadveh.h" -#include "vehicle_gui.h" -#include "window_func.h" /** * Recalculates the cached total power of a vehicle. Should be called when the consist is changed. -- cgit v1.2.3-54-g00ecf