From 9162bc8f48dfa07ca07b60bc95e36caa2b961c0f Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 10 Mar 2008 07:42:58 -0600 Subject: [PATCH] remove extra #include of assert.h (bug 14932) --- src/glx/x11/glxext.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c index f4c38b5f63e..47f8da04b29 100644 --- a/src/glx/x11/glxext.c +++ b/src/glx/x11/glxext.c @@ -71,7 +71,6 @@ #include #endif -#include #ifdef DEBUG void __glXDumpDrawBuffer(__GLXcontext *ctx); -- 2.30.2