summaryrefslogtreecommitdiff
path: root/src/mesa/x86
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-05-26 16:17:00 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-05-26 16:17:00 +0000
commiteed6f691991ed0d64752fa712c83f67eb700b9ad (patch)
treee17e1a328bf7470dd51f0ae8297d8f86f58f92ab /src/mesa/x86
parent1e0163272b8a7774db359b0d940d83a304efbd24 (diff)
include glheader.h instead of system headers
Diffstat (limited to 'src/mesa/x86')
-rw-r--r--src/mesa/x86/x86.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mesa/x86/x86.c b/src/mesa/x86/x86.c
index 3696cd818b..d6c4f31084 100644
--- a/src/mesa/x86/x86.c
+++ b/src/mesa/x86/x86.c
@@ -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
@@ -29,11 +29,7 @@
*/
-#include <limits.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <math.h>
-
+#include "glheader.h"
#include "context.h"
#include "types.h"
#include "vertices.h"