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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 4 13:16:11 EDT 2012


Author: ztm
Date: 2012-04-04 13:16:11 -0400 (Wed, 04 Apr 2012)
New Revision: 2233

Modified:
   trunk/code/sdl/sdl_input.c
Log:
#5484 - Remove unneeded tr_local.h include from sdl_input.c. Patch by Harley Laue.

Modified: trunk/code/sdl/sdl_input.c
===================================================================
--- trunk/code/sdl/sdl_input.c	2012-04-02 17:23:46 UTC (rev 2232)
+++ trunk/code/sdl/sdl_input.c	2012-04-04 17:16:11 UTC (rev 2233)
@@ -30,7 +30,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "../renderer/tr_local.h"
 #include "../client/client.h"
 #include "../sys/sys_local.h"
 



More information about the quake3-commits mailing list