]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
removed #include of quakedef.h as it doesn't seem necessary
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 31 Dec 2007 16:38:55 +0000 (16:38 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 31 Dec 2007 16:38:55 +0000 (16:38 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7886 d7cf8633-e32d-0410-b094-e92efae38249

polygon.c

index 11340a8ad7c44ae37352bba9e7488f639394a190..99ceb0b9d7680abecec324bd44d4d66429aaa013 100644 (file)
--- 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 <math.h>
 #include "polygon.h"