fix GL_BACK color material bug
[mesa.git] / src / mesa / drivers / glide / fxdrv.h
index 79976042abfe80a5d9fba9c9459cc4a025286e82..c85c73d8e23efe12e92624947f8508c249e49713 100644 (file)
  * you turn debugging on/off from the debugger.
  */
 
-#ifndef XFree86Server
-#include <math.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <limits.h>
-#include <assert.h>
-#else 
+#ifdef XFree86Server
 #include "GL/xf86glx.h"
+#else 
+#include "glheader.h"
 #endif