diff options
author | marha <marha@users.sourceforge.net> | 2011-11-07 08:32:50 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-11-07 08:32:50 +0100 |
commit | 09c0aa163ab00fcf51c0a217c5efec55e32361d6 (patch) | |
tree | c1f2b2aa01c25a2d1f8aae0f459fd51523715ab4 /mesalib/src/mapi/glapi/gen/gl_table.py | |
parent | af3f3672e5f77a06a24b1e648ee118f1420b45ae (diff) | |
download | vcxsrv-09c0aa163ab00fcf51c0a217c5efec55e32361d6.tar.gz vcxsrv-09c0aa163ab00fcf51c0a217c5efec55e32361d6.tar.bz2 vcxsrv-09c0aa163ab00fcf51c0a217c5efec55e32361d6.zip |
Synchronised files
Diffstat (limited to 'mesalib/src/mapi/glapi/gen/gl_table.py')
-rw-r--r-- | mesalib/src/mapi/glapi/gen/gl_table.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |