diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-05-23 22:38:11 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-05-23 22:40:25 +0300 |
commit | 1345c93ad4be875951256dae87bc4fd9a1b5e08a (patch) | |
tree | ca40201ec328e45d6fae99fd49668e6641fc0199 /glx | |
parent | ae0504d34d245f15b2f098a63ad1a9e1c4daef35 (diff) |
glx: drop stray glcore.h include
Diffstat (limited to 'glx')
-rw-r--r-- | glx/glxutil.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/glx/glxutil.c b/glx/glxutil.c index aa23a95fd..fc73a02c9 100644 --- a/glx/glxutil.c +++ b/glx/glxutil.c @@ -42,13 +42,7 @@ #include <string.h> #include "glxserver.h" -#include <GL/glxtokens.h> -#include <unpack.h> -#include <pixmapstr.h> -#include <windowstr.h> #include "glxutil.h" -#include "GL/internal/glcore.h" -#include "GL/glxint.h" /************************************************************************/ /* Context stuff */ |