Don't include client.h in sdl_glimp.c as it is part of the external renderer lib.

This commit is contained in:
Zack Middleton 2012-10-13 23:15:02 +00:00
parent 0a8eb09834
commit 0167b439c9

View file

@ -40,7 +40,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"