From 8bfbfd0031bd155440432759cd6b2af0df1bccbd Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Dec 2007 19:44:29 +0000 Subject: (svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps. --- src/economy.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/economy.cpp') diff --git a/src/economy.cpp b/src/economy.cpp index 5b4f108c5..eae326ddb 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -15,7 +15,6 @@ #include "player.h" #include "station.h" #include "vehicle.h" -#include "window.h" #include "gfx.h" #include "command.h" #include "saveload.h" -- cgit v1.2.3-54-g00ecf