summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-12-05 00:48:37 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-12-05 00:48:37 +0000
commitb25439a3bcce95befbfa2ec0969dd117a361c225 (patch)
treec2bfe744e1120e1f2d0a7e5c468654567e8d922f
parentdd7f735f5318735752c2c82d33eb7fb9148c5348 (diff)
include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined
-rw-r--r--src/mesa/tnl/t_save_api.c1
-rw-r--r--src/mesa/tnl/t_save_loopback.c1
-rw-r--r--src/mesa/tnl/t_save_playback.c1
-rw-r--r--src/mesa/tnl/t_vtx_api.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_save_api.c b/src/mesa/tnl/t_save_api.c
index 7b1cf99a35..e8af68a27b 100644
--- a/src/mesa/tnl/t_save_api.c
+++ b/src/mesa/tnl/t_save_api.c
@@ -68,6 +68,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include "glheader.h"
#include "context.h"
#include "dlist.h"
#include "enums.h"
diff --git a/src/mesa/tnl/t_save_loopback.c b/src/mesa/tnl/t_save_loopback.c
index 4e299f6b63..e1a60baaca 100644
--- a/src/mesa/tnl/t_save_loopback.c
+++ b/src/mesa/tnl/t_save_loopback.c
@@ -27,6 +27,7 @@
* Keith Whitwell <keith@tungstengraphics.com>
*/
+#include "glheader.h"
#include "context.h"
#include "enums.h"
#include "glapi.h"
diff --git a/src/mesa/tnl/t_save_playback.c b/src/mesa/tnl/t_save_playback.c
index 5a44401444..083901f079 100644
--- a/src/mesa/tnl/t_save_playback.c
+++ b/src/mesa/tnl/t_save_playback.c
@@ -26,6 +26,7 @@
* Keith Whitwell <keith@tungstengraphics.com>
*/
+#include "glheader.h"
#include "context.h"
#include "imports.h"
#include "mtypes.h"
diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c
index d286f890e2..8f105bef89 100644
--- a/src/mesa/tnl/t_vtx_api.c
+++ b/src/mesa/tnl/t_vtx_api.c
@@ -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"