From 1f6043458c2677f3651618bc23f8b0a24598bffb Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 22 Dec 2007 23:30:28 +0000 Subject: (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type. --- src/depot_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/depot_gui.cpp') diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index fc35ad3d0..f3a79875b 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -13,7 +13,6 @@ #include "table/sprites.h" #include "gui.h" #include "textbuf_gui.h" -#include "gfx.h" #include "vehicle.h" #include "viewport.h" #include "command_func.h" -- cgit v1.2.3-54-g00ecf