summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bercovitz <d-bercovitz@ti.com>2011-12-02 09:01:53 -0600
committerRob Clark <rob.clark@linaro.org>2011-12-02 09:01:53 -0600
commit56adbae491360976c85629db46befd11cd4c8ef5 (patch)
treea56e42854db74b1dc909de3998d328d300407bf1
parent97b2b267e0f507de39db41ba4473831d4c22b548 (diff)
Fixes dependencies on GL/glx.h and GL/glxext.h files (v2)
These files aren't needed and removing the includes removes the need to add a wrong and bad dependency on dri.pc.
-rw-r--r--src/dri2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dri2.c b/src/dri2.c
index 7b106c9..b93d455 100644
--- a/src/dri2.c
+++ b/src/dri2.c
@@ -43,8 +43,6 @@
#include <X11/extensions/dri2proto.h>
#include <drm.h>
#include <xf86drm.h>
-#include <GL/glx.h>
-#include <GL/glxext.h>
#include <xorg/list.h>
#include "X11/extensions/dri2.h"
@@ -138,8 +136,6 @@ static XEXT_GENERATE_FIND_DISPLAY (DRI2FindDisplay,
&dri2ExtensionHooks,
0, NULL)
-#include <GL/glx.h>
-
static Bool
DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire)
{