From: havoc Date: Mon, 31 Dec 2007 16:38:55 +0000 (+0000) Subject: removed #include of quakedef.h as it doesn't seem necessary X-Git-Tag: xonotic-v0.1.0preview~2609 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=260b013c288e0aa28428eea65a2952db873e34d1;p=xonotic%2Fdarkplaces.git removed #include of quakedef.h as it doesn't seem necessary git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7886 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/polygon.c b/polygon.c index 11340a8a..99ceb0b9 100644 --- a/polygon.c +++ b/polygon.c @@ -3,8 +3,6 @@ Polygon clipping routines written by Forest Hale and placed into public domain. */ -#include "quakedef.h" - #include #include "polygon.h"