clean-up of header includes (Daryll)
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 8 Nov 1999 07:36:43 +0000 (07:36 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 8 Nov 1999 07:36:43 +0000 (07:36 +0000)
22 files changed:
src/mesa/main/accum.c
src/mesa/main/attrib.c
src/mesa/main/blend.c
src/mesa/main/clip.c
src/mesa/main/colortab.c
src/mesa/main/context.c
src/mesa/main/depth.c
src/mesa/main/dlist.c
src/mesa/main/drawpix.c
src/mesa/main/enable.c
src/mesa/main/enums.c
src/mesa/main/extensions.c
src/mesa/main/feedback.c
src/mesa/main/fog.c
src/mesa/main/image.c
src/mesa/main/light.c
src/mesa/main/lines.c
src/mesa/main/matrix.c
src/mesa/main/pixel.c
src/mesa/main/polygon.c
src/mesa/main/teximage.c
src/mesa/main/varray.c

index 795728bcd8ce2937a23e926525293fe07ef3f583..68e567bdf1ebdf5a4f3b6cf13ec303e9bda21ea9 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: accum.c,v 1.9 1999/11/03 19:27:41 brianp Exp $ */
+/* $Id: accum.c,v 1.10 1999/11/08 07:36:43 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -44,9 +44,6 @@
 #include "masking.h"
 #include "span.h"
 #include "types.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index db11a3d2217febbd9286c0c6f9e8b5203c302af9..669c4c2f749e8e284319988bfdd01432ef784ad9 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: attrib.c,v 1.8 1999/10/13 18:42:49 brianp Exp $ */
+/* $Id: attrib.c,v 1.9 1999/11/08 07:36:43 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
 #include "simple_list.h"
 #include "texstate.h"
 #include "types.h"
-#ifdef XFree86Server
-#undef MISC_H
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index a8365a5e3289bdc6f7418fab0b1252a749dba86e..fb5336a816da89311ec703839121dc7ee012cd01 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: blend.c,v 1.5 1999/10/21 12:26:21 brianp Exp $ */
+/* $Id: blend.c,v 1.6 1999/11/08 07:36:43 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -29,8 +29,8 @@
 #ifdef PC_HEADER
 #include "all.h"
 #else
-#include <stdio.h>
 #ifndef XFree86Server
+#include <stdio.h>
 #include <assert.h>
 #include <stdlib.h>
 #else
@@ -44,9 +44,6 @@
 #include "pb.h"
 #include "span.h"
 #include "types.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index 85cbd066ff9d0fd25458ee12729b950c4bd9e728..d93e50958ae644286d4c8e0f56601506df2e5966 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: clip.c,v 1.3 1999/10/08 09:27:10 keithw Exp $ */
+/* $Id: clip.c,v 1.4 1999/11/08 07:36:43 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -45,9 +45,6 @@
 #include "types.h"
 #include "vb.h"
 #include "xform.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index 7d167e1bea781355b3d6a206e6dc29b7088d7a77..f0744ae1cf948b2427d42f1631886ddb5d3ef44f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: colortab.c,v 1.2 1999/10/08 09:27:10 keithw Exp $ */
+/* $Id: colortab.c,v 1.3 1999/11/08 07:36:43 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -38,9 +38,6 @@
 #include "colortab.h"
 #include "context.h"
 #include "macros.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index b269f5e8da15b64202261e97744aec6f6e7c9134..628e73419164fb5c517ed5613378bba1afb8ff28 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: context.c,v 1.17 1999/10/30 08:22:45 brianp Exp $ */
+/* $Id: context.c,v 1.18 1999/11/08 07:36:43 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -92,9 +92,6 @@
 #include "vbxform.h"
 #include "vertices.h"
 #include "xform.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index e3dbf77b85e0aba8260c5cd79184f42602f7b87a..e05f1f45eba2134885574e3aa81409665b05097e 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: depth.c,v 1.7 1999/10/13 18:42:50 brianp Exp $ */
+/* $Id: depth.c,v 1.8 1999/11/08 07:36:43 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -47,9 +47,6 @@
 #include "depth.h"
 #include "macros.h"
 #include "types.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index 5729851df3e8edc156efe0884951cdca439bbcbb..ca8aa207fd7e75680c84ab3536c28e1fab9d0f44 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: dlist.c,v 1.13 1999/11/03 17:27:05 brianp Exp $ */
+/* $Id: dlist.c,v 1.14 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
 #include "vbxform.h"
 #include "winpos.h"
 #include "xform.h"
-#ifdef XFree86Server
-#undef MISC_H
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index 0b49428621362ee6dd750bf00fddbe83b1da6e48..c5bdb6fcba118ad87d8b2ffade865f96bc3d888b 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: drawpix.c,v 1.4 1999/10/19 20:33:57 brianp Exp $ */
+/* $Id: drawpix.c,v 1.5 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -49,9 +49,6 @@
 #include "stencil.h"
 #include "types.h"
 #include "zoom.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index d6e63f5ae60387efc927558d530b1b0c24eb8dcf..aa6629007772ce5febda9714ee43b4063c0f498f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: enable.c,v 1.7 1999/10/20 22:16:45 brianp Exp $ */
+/* $Id: enable.c,v 1.8 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -47,9 +47,6 @@
 #include "vbfill.h"
 #include "xform.h"
 #include "enums.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index b1b40a95cad89e8a660a88cadfb107bf8ef89b28..695af735fac700d4773ab20dc8dd4d4573b20bbf 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: enums.c,v 1.3 1999/10/13 18:42:50 brianp Exp $ */
+/* $Id: enums.c,v 1.4 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#ifndef XFree86Server
+#include <stdlib.h>
+#include <string.h>
+#else
+#include "GL/xf86glx.h"
+#endif
 
 #include "GL/gl.h"
 #include "enums.h"
 #include "macros.h"
-#include <stdlib.h>
-#include <string.h>
 
 
 typedef struct { 
index b233d1483e0cbbed52e0b20856bd69871d575763..80918ca185772d815961cae1c97084c0c20e67f0 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: extensions.c,v 1.9 1999/10/16 11:30:31 brianp Exp $ */
+/* $Id: extensions.c,v 1.10 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
  */
 
 
+#ifndef XFree86Server
 #include <stdlib.h>
+#else
+#include "GL/xf86glx.h"
+#endif
 #include "context.h"
 #include "extensions.h"
 #include "simple_list.h"
index ae5943c6da307e801de35a9accf1a2a3d1b235b1..d377bd8a7e9329c7b2e3d8f4508c39ec4aae64fa 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: feedback.c,v 1.4 1999/10/08 09:27:10 keithw Exp $ */
+/* $Id: feedback.c,v 1.5 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -44,9 +44,6 @@
 #include "mmath.h"
 #include "types.h"
 #include "triangle.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index 26da3f7f1443ea78c2683ce3833b3f1f8269e73b..211454b1127d4956dd527d4733f999ef7b9bfb73 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: fog.c,v 1.2 1999/10/08 09:27:10 keithw Exp $ */
+/* $Id: fog.c,v 1.3 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -41,9 +41,6 @@
 #include "macros.h"
 #include "mmath.h"
 #include "types.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index 075ad16a9c4764414994cf3fd93c080804640174..582fa5c147e2c9216f74e84eac911f960690a732 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: image.c,v 1.12 1999/11/03 18:24:05 brianp Exp $ */
+/* $Id: image.c,v 1.13 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -42,9 +42,6 @@
 #include "mmath.h"
 #include "pixel.h"
 #include "types.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index dbbe618e1232144e0a7d4c3b8023312583c0d486..9712866032f85b5d1e1637b6a71ce1d58eb4b048 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: light.c,v 1.6 1999/10/19 20:32:40 brianp Exp $ */
+/* $Id: light.c,v 1.7 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
 #include <float.h>
 #include <math.h>
 #include <stdlib.h>
+#include <stdio.h>
 #else
 #include "GL/xf86glx.h"
 #endif
-#include <stdio.h>
 #include "context.h"
 #include "enums.h"
 #include "light.h"
index 505bf463824f497c37a46380d1d1025df2b8b424..50b13e83f228904397540b080f65bea6faeed8a0 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: lines.c,v 1.3 1999/10/08 09:27:11 keithw Exp $ */
+/* $Id: lines.c,v 1.4 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -46,9 +46,6 @@
 #include "texstate.h"
 #include "types.h"
 #include "vb.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index ebf55c37c8dd6c812e8c0c97415d4305f701c375..fea77709a9f2c338823ff0bdb78efc75d303346c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: matrix.c,v 1.7 1999/10/13 18:42:50 brianp Exp $ */
+/* $Id: matrix.c,v 1.8 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -57,9 +57,6 @@
 #include "matrix.h"
 #include "mmath.h"
 #include "types.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index 0952f8cbe95648ca1350bc454d1bb9927714ab62..2bc95208038008e27c3dda1b3a256bdf0f363e3d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: pixel.c,v 1.3 1999/10/30 08:20:57 brianp Exp $ */
+/* $Id: pixel.c,v 1.4 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -47,9 +47,6 @@
 #include "macros.h"
 #include "pixel.h"
 #include "types.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index 00fe2f1e399f18fbbac5ea8daa1d982958c0abf4..ca284c2fff26f3cf0d407933310c11638c8f6b40 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: polygon.c,v 1.4 1999/10/08 09:27:11 keithw Exp $ */
+/* $Id: polygon.c,v 1.5 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -44,9 +44,6 @@
 #include "macros.h"
 #include "polygon.h"
 #include "types.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index 599fbeede02a4daa34595acd68bdcbeb333dde35..e2644b733a1afeada38ae2b64636e1e9e94f1bc5 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: teximage.c,v 1.10 1999/11/05 06:43:11 brianp Exp $ */
+/* $Id: teximage.c,v 1.11 1999/11/08 07:36:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -44,9 +44,6 @@
 #include "teximage.h"
 #include "texstate.h"
 #include "types.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 
index 02aca61e4f1c673a6644dad9829b88fe34e553dd..26baa21ae1eb6e7482464794023af39435bc3fe0 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: varray.c,v 1.7 1999/11/05 06:43:11 brianp Exp $ */
+/* $Id: varray.c,v 1.8 1999/11/08 07:36:45 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -54,9 +54,6 @@
 #include "vbindirect.h"
 #include "vbxform.h"
 #include "xform.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
 #endif
 
 #if defined(GLX_DIRECT_RENDERING) && !defined(XFree86Server) && !defined(GLX_USE_DLOPEN)