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/disaster_cmd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/disaster_cmd.cpp') diff --git a/src/disaster_cmd.cpp b/src/disaster_cmd.cpp index 2b14b4b89..491bcc29c 100644 --- a/src/disaster_cmd.cpp +++ b/src/disaster_cmd.cpp @@ -18,7 +18,6 @@ #include "stdafx.h" #include "openttd.h" -#include "gfx.h" #include "landscape.h" #include "industry_map.h" -- cgit v1.2.3-54-g00ecf