include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 5 Dec 2003 00:48:37 +0000 (00:48 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 5 Dec 2003 00:48:37 +0000 (00:48 +0000)
src/mesa/tnl/t_save_api.c
src/mesa/tnl/t_save_loopback.c
src/mesa/tnl/t_save_playback.c
src/mesa/tnl/t_vtx_api.c

index 7b1cf99a355d46c3526bf2319f0e3b8a8b234671..e8af68a27b060e6813e83b45bfcd319dbcc91502 100644 (file)
@@ -68,6 +68,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
 
+#include "glheader.h"
 #include "context.h"
 #include "dlist.h"
 #include "enums.h"
index 4e299f6b6319d4ba69991e56b69e9558c0408495..e1a60baaca2ffff118d21a05eb89cd4c3b8ae68d 100644 (file)
@@ -27,6 +27,7 @@
  *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
+#include "glheader.h"
 #include "context.h"
 #include "enums.h"
 #include "glapi.h"
index 5a444014449d7aeb142642fdf53460e0c79a7a18..083901f079d8e9d49ae78afa5428769f08a01d5e 100644 (file)
@@ -26,6 +26,7 @@
  *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
+#include "glheader.h"
 #include "context.h"
 #include "imports.h"
 #include "mtypes.h"
index d286f890e2fd11a26f05e1906b8bbcdec926d95b..8f105bef89e1f09e69adeff338a886fbd93638db 100644 (file)
@@ -31,6 +31,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
  *   Keith Whitwell <keith@tungstengraphics.com>
  */
 
+#include "glheader.h"
 #include "context.h"
 #include "macros.h"
 #include "vtxfmt.h"