From: Brian Paul Date: Fri, 5 Dec 2003 00:48:37 +0000 (+0000) Subject: include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b25439a3bcce95befbfa2ec0969dd117a361c225;p=mesa.git include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined --- diff --git a/src/mesa/tnl/t_save_api.c b/src/mesa/tnl/t_save_api.c index 7b1cf99a355..e8af68a27b0 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 4e299f6b631..e1a60baaca2 100644 --- a/src/mesa/tnl/t_save_loopback.c +++ b/src/mesa/tnl/t_save_loopback.c @@ -27,6 +27,7 @@ * Keith Whitwell */ +#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 5a444014449..083901f079d 100644 --- a/src/mesa/tnl/t_save_playback.c +++ b/src/mesa/tnl/t_save_playback.c @@ -26,6 +26,7 @@ * Keith Whitwell */ +#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 d286f890e2f..8f105bef89e 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 */ +#include "glheader.h" #include "context.h" #include "macros.h" #include "vtxfmt.h"