]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove unnecessary #include of quakedef.h
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 14 Feb 2008 01:29:14 +0000 (01:29 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 14 Feb 2008 01:29:14 +0000 (01:29 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8084 d7cf8633-e32d-0410-b094-e92efae38249

svbsp.c

diff --git a/svbsp.c b/svbsp.c
index 9d3ce1f82d70e875e7de188ff4c2e64547b001ee..4184378f5b24439d36ed8401396a8bcd715e3e17 100644 (file)
--- a/svbsp.c
+++ b/svbsp.c
@@ -2,8 +2,6 @@
 // Shadow Volume BSP code written by Forest "LordHavoc" Hale on 2003-11-06 and placed into public domain.
 // Modified by LordHavoc (to make it work and other nice things like that) on 2007-01-24 and 2007-01-25
 
 // Shadow Volume BSP code written by Forest "LordHavoc" Hale on 2003-11-06 and placed into public domain.
 // Modified by LordHavoc (to make it work and other nice things like that) on 2007-01-24 and 2007-01-25
 
-#include "quakedef.h"
-
 #include <math.h>
 #include <string.h>
 #include "svbsp.h"
 #include <math.h>
 #include <string.h>
 #include "svbsp.h"