From 1345c93ad4be875951256dae87bc4fd9a1b5e08a Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Fri, 23 May 2008 22:38:11 +0300 Subject: [PATCH] glx: drop stray glcore.h include --- glx/glxutil.c | 6 ------ 1 file changed, 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 #include "glxserver.h" -#include -#include -#include -#include #include "glxutil.h" -#include "GL/internal/glcore.h" -#include "GL/glxint.h" /************************************************************************/ /* Context stuff */