From f09e088270c4253a1619f661f665da9250c0cb99 Mon Sep 17 00:00:00 2001
From: Zack Middleton <zturtleman@gmail.com>
Date: Sat, 13 Oct 2012 23:15:02 +0000
Subject: Don't include client.h in sdl_glimp.c as it is part of the external
 renderer lib.

---
 src/sdl/sdl_glimp.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/sdl')

diff --git a/src/sdl/sdl_glimp.c b/src/sdl/sdl_glimp.c
index 3dadb5b8..f15816af 100644
--- a/src/sdl/sdl_glimp.c
+++ b/src/sdl/sdl_glimp.c
@@ -41,7 +41,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <math.h>
 
 #include "../renderer/tr_local.h"
-#include "../client/client.h"
 #include "../sys/sys_local.h"
 #include "sdl_icon.h"
 
-- 
cgit