]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - svbsp.c
implemented FTE_CSQC_SKELETONOBJECTS (clientside support)
[xonotic/darkplaces.git] / 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
 
-#include "quakedef.h"
-
 #include <math.h>
 #include <string.h>
 #include "svbsp.h"