diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-05-23 22:38:11 +0300 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-06-26 16:14:52 -0400 |
commit | 0845476521f5b9e9b477197d96d7ffe64be7ae3a (patch) | |
tree | e26e5eac88e78fa45346330d77ec34c0100971e5 /glx | |
parent | 6f18c5d7039be3c03185aee61fb74ac4cf593532 (diff) |
glx: drop stray glcore.h include
(cherry picked from commit 1345c93ad4be875951256dae87bc4fd9a1b5e08a)
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 */ |