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/main_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main_gui.cpp') diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 6fafc8ebe..d511d197c 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -17,7 +17,6 @@ #include "window_func.h" #include "textbuf_gui.h" #include "viewport.h" -#include "gfx.h" #include "player.h" #include "command_func.h" #include "news.h" -- cgit v1.2.3-54-g00ecf