[Mesa-dev] [PATCH] glx: Remove #include <GL/glxint.h>

Adam Jackson ajax at redhat.com
Wed Mar 22 18:03:47 UTC 2017


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 <ajax at redhat.com>
---
 src/glx/glxconfig.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/glx/glxconfig.c b/src/glx/glxconfig.c
index e5718b1..0e1643f 100644
--- a/src/glx/glxconfig.c
+++ b/src/glx/glxconfig.c
@@ -32,7 +32,6 @@
  */
 
 #include <GL/glx.h>
-#include "GL/glxint.h"
 #include <stdlib.h>
 #include <string.h>
 
-- 
2.9.3



More information about the mesa-dev mailing list