summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdam Jackson <[email protected]>2017-03-22 14:02:52 -0400
committerAdam Jackson <[email protected]>2017-03-28 14:48:12 -0400
commitf208bdc0d27cf7836420272738b707f2bad9c92a (patch)
tree4d4292166f59f7032688d75d74b390142af52b86 /src
parent7ee91af30074a4381e4353122319e3b4b3fe7cbd (diff)
glx: Remove #include <GL/glxint.h>
We're not using anything in it, and we don't want to inherit struct definitions from some other package anyway. Signed-off-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/glx/glxconfig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/glxconfig.c b/src/glx/glxconfig.c
index e5718b143fc..0e1643fcd8f 100644
--- a/src/glx/glxconfig.c
+++ b/src/glx/glxconfig.c
@@ -32,7 +32,6 @@
*/
#include <GL/glx.h>
-#include "GL/glxint.h"
#include <stdlib.h>
#include <string.h>