include assert.h with rest of system headers
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 3 Nov 1999 19:27:41 +0000 (19:27 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 3 Nov 1999 19:27:41 +0000 (19:27 +0000)
src/mesa/main/accum.c

index adca8ec..795728b 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: accum.c,v 1.8 1999/10/20 22:39:16 brianp Exp $ */
+/* $Id: accum.c,v 1.9 1999/11/03 19:27:41 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
 #include "all.h"
 #else
 #ifndef XFree86Server
+#include <assert.h>
 #include <limits.h>
 #include <stdlib.h>
 #include <string.h>
 #else
 #include "GL/xf86glx.h"
 #endif
-#include <assert.h>
 #include "accum.h"
 #include "context.h"
 #include "macros.h"