[quake3-commits] r2324 - trunk/code/sdl

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 13 19:15:02 EDT 2012


Author: ztm
Date: 2012-10-13 19:15:02 -0400 (Sat, 13 Oct 2012)
New Revision: 2324

Modified:
   trunk/code/sdl/sdl_glimp.c
Log:
Don't include client.h in sdl_glimp.c as it is part of the external renderer lib.

Modified: trunk/code/sdl/sdl_glimp.c
===================================================================
--- trunk/code/sdl/sdl_glimp.c	2012-10-11 18:22:41 UTC (rev 2323)
+++ trunk/code/sdl/sdl_glimp.c	2012-10-13 23:15:02 UTC (rev 2324)
@@ -40,7 +40,6 @@
 #include <math.h>
 
 #include "../renderer/tr_local.h"
-#include "../client/client.h"
 #include "../sys/sys_local.h"
 #include "sdl_icon.h"
 



More information about the quake3-commits mailing list