summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2002-11-06 00:46:53 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2002-11-06 00:46:53 +0000
commit2e1d63e8bca455cb6c0ad19b0cf7907812c2038d (patch)
tree8b034300992256d964fe33a2ca077da574837fbc
parent14cbc2b8dd3c946f9ef4b30d462404a18da72f5f (diff)
remove unistd.h
-rw-r--r--src/mesa/main/glheader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index 764186d7f7..abfd608b65 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -1,4 +1,4 @@
-/* $Id: glheader.h,v 1.23.2.6 2002/11/05 21:26:07 alanh Exp $ */
+/* $Id: glheader.h,v 1.23.2.7 2002/11/06 00:46:53 alanh Exp $ */
/*
* Mesa 3-D graphics library
@@ -61,7 +61,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <unistd.h>
#if defined(__linux__) && defined(__i386__)
#include <fpu_control.h>
#endif