From 09c0aa163ab00fcf51c0a217c5efec55e32361d6 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 7 Nov 2011 08:32:50 +0100 Subject: Synchronised files --- mesalib/src/mapi/glapi/gen/gl_table.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mesalib/src/mapi/glapi/gen/gl_table.py') diff --git a/mesalib/src/mapi/glapi/gen/gl_table.py b/mesalib/src/mapi/glapi/gen/gl_table.py index 46b6bb7cd..762f67c67 100644 --- a/mesalib/src/mapi/glapi/gen/gl_table.py +++ b/mesalib/src/mapi/glapi/gen/gl_table.py @@ -81,6 +81,7 @@ class PrintRemapTable(gl_XML.gl_print_base): def printRealHeader(self): print """ +#include "glapitable.h" /** * \\file main/dispatch.h * Macros for handling GL dispatch tables. @@ -91,8 +92,6 @@ class PrintRemapTable(gl_XML.gl_print_base): * can SET_FuncName, are used to get and set the dispatch pointer for the * named function in the specified dispatch table. */ - -#include "main/mfeatures.h" """ return -- cgit v1.2.3