include glheader.h instead of system headers
[mesa.git] / src / mesa / x86 / x86.c
index 3696cd818ba16b77be0835be1eb87f1993365cd3..d6c4f31084cd960231d312d0216662d6df89b147 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: x86.c,v 1.6 2000/05/05 17:02:33 brianp Exp $ */
+/* $Id: x86.c,v 1.7 2000/05/26 16:17:00 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
  */
 
 
-#include <limits.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <math.h>
-
+#include "glheader.h"
 #include "context.h"
 #include "types.h"
 #include "vertices.h"