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/widget.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/widget.cpp') diff --git a/src/widget.cpp b/src/widget.cpp index a1a62d127..2d7c9ad2c 100644 --- a/src/widget.cpp +++ b/src/widget.cpp @@ -8,7 +8,6 @@ #include "player.h" #include "table/sprites.h" #include "table/strings.h" -#include "gfx.h" #include "viewport.h" #include "window_gui.h" -- cgit v1.2.3-54-g00ecf