mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 16:00:09 +01:00
include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined
This commit is contained in:
parent
dd7f735f53
commit
b25439a3bc
4 changed files with 4 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
*/
|
||||
|
||||
|
||||
#include "glheader.h"
|
||||
#include "context.h"
|
||||
#include "dlist.h"
|
||||
#include "enums.h"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
* Keith Whitwell <keith@tungstengraphics.com>
|
||||
*/
|
||||
|
||||
#include "glheader.h"
|
||||
#include "context.h"
|
||||
#include "enums.h"
|
||||
#include "glapi.h"
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
* Keith Whitwell <keith@tungstengraphics.com>
|
||||
*/
|
||||
|
||||
#include "glheader.h"
|
||||
#include "context.h"
|
||||
#include "imports.h"
|
||||
#include "mtypes.h"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue