From: havoc Date: Thu, 14 Feb 2008 01:29:14 +0000 (+0000) Subject: remove unnecessary #include of quakedef.h X-Git-Tag: xonotic-v0.1.0preview~2432 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8a7adad3d4cde384e23f8c80d82083968a82a68e;p=xonotic%2Fdarkplaces.git remove unnecessary #include of quakedef.h git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8084 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/svbsp.c b/svbsp.c index 9d3ce1f8..4184378f 100644 --- 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 #include #include "svbsp.h"