We don't want to reference X11 on the Mac side.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79893 e17a0e51-4ae3-4d35-97c3-1a29b211df97
This commit is contained in:
SND\MaddTheSane_cp 2012-09-17 01:43:03 +00:00
parent a4905ffaa0
commit f0801860c2
1 changed files with 1 additions and 1 deletions

View File

@ -98,9 +98,9 @@
#ifndef _MACGL
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
#endif
#include <math.h>
#include <X11/cursorfont.h>
#include <stdint.h>
#endif