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/os2.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/os2.cpp') diff --git a/src/os2.cpp b/src/os2.cpp index bee04cea7..4763d7c1d 100644 --- a/src/os2.cpp +++ b/src/os2.cpp @@ -7,7 +7,6 @@ #include "variables.h" #include "string.h" #include "table/strings.h" -#include "gfx.h" #include "gui.h" #include "functions.h" #include "fileio.h" -- cgit v1.2.3-54-g00ecf