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 7b1cf99..e8af68a 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 4e299f6..e1a60ba 100644 (file)
@@ -27,6 +27,7 @@
  *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
+#include "glheader.h"
 #include "context.h"
 #include "enums.h"
 #include "glapi.h"
index 5a44401..083901f 100644 (file)
@@ -26,6 +26,7 @@
  *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
+#include "glheader.h"
 #include "context.h"
 #include "imports.h"
 #include "mtypes.h"
index d286f89..8f105be 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"