From: Brian Date: Mon, 10 Mar 2008 13:42:58 +0000 (-0600) Subject: remove extra #include of assert.h (bug 14932) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9162bc8f48dfa07ca07b60bc95e36caa2b961c0f;p=mesa.git remove extra #include of assert.h (bug 14932) --- 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);