remove extra #include of assert.h (bug 14932)
authorBrian <brian.paul@tungstengraphics.com>
Mon, 10 Mar 2008 13:42:58 +0000 (07:42 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 10 Mar 2008 13:43:40 +0000 (07:43 -0600)
src/glx/x11/glxext.c

index f4c38b5f63ea0b2ea5a0299595c990be31be7853..47f8da04b29cec850ac10d770ffc52648ff656d7 100644 (file)
@@ -71,7 +71,6 @@
 #include <xcb/glx.h>
 #endif
 
-#include <assert.h>
 
 #ifdef DEBUG
 void __glXDumpDrawBuffer(__GLXcontext *ctx);