From: divverent Date: Sun, 1 Apr 2012 13:45:55 +0000 (+0000) Subject: set right include path for two #include commands X-Git-Tag: xonotic-v0.8.0~96^2~256 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=8cdb11883916f1662d816e76878fe1b3b30b91f3;p=xonotic%2Fdarkplaces.git set right include path for two #include commands git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11782 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sbar.c b/sbar.c index fd242066..7f75a5d3 100644 --- a/sbar.c +++ b/sbar.c @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // sbar.c -- status bar code #include "quakedef.h" -#include "time.h" +#include #include "cl_collision.h" #include "csprogs.h" diff --git a/sys_win.c b/sys_win.c index 3b48f18d..de1f4718 100644 --- a/sys_win.c +++ b/sys_win.c @@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "qtypes.h" #include "quakedef.h" -#include "errno.h" +#include #include "resource.h" #include "conproc.h"