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/news_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/news_gui.cpp') diff --git a/src/news_gui.cpp b/src/news_gui.cpp index f4ebd5e88..08f6b0061 100644 --- a/src/news_gui.cpp +++ b/src/news_gui.cpp @@ -9,7 +9,6 @@ #include "window_gui.h" #include "viewport.h" #include "news.h" -#include "vehicle.h" #include "sound.h" #include "variables.h" #include "string.h" @@ -17,6 +16,7 @@ #include "strings_func.h" #include "window_func.h" #include "date_func.h" +#include "vehicle_base.h" /** @file news_gui.cpp * -- cgit v1.2.3-54-g00ecf