From f208bdc0d27cf7836420272738b707f2bad9c92a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 22 Mar 2017 14:02:52 -0400 Subject: [PATCH] glx: Remove #include 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 --- src/glx/glxconfig.c | 1 - 1 file changed, 1 deletion(-) 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 -#include "GL/glxint.h" #include #include -- 2.30.2