diff options
author | marha <marha@users.sourceforge.net> | 2013-06-05 10:43:27 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-06-05 10:44:44 +0200 |
commit | 180290f941da61bd80284d817e27c01cf789ee53 (patch) | |
tree | 77d3db164df6f3248290bc6c725f8f0b86933402 /mesalib/src/mapi/glapi/gen/remap_helper.py | |
parent | 1b079a7ca16c0aa3423d7d4ed59dc3d19a4e7a1d (diff) | |
download | vcxsrv-180290f941da61bd80284d817e27c01cf789ee53.tar.gz vcxsrv-180290f941da61bd80284d817e27c01cf789ee53.tar.bz2 vcxsrv-180290f941da61bd80284d817e27c01cf789ee53.zip |
Synchronised mesa and glx
Diffstat (limited to 'mesalib/src/mapi/glapi/gen/remap_helper.py')
-rwxr-xr-x | mesalib/src/mapi/glapi/gen/remap_helper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mesalib/src/mapi/glapi/gen/remap_helper.py b/mesalib/src/mapi/glapi/gen/remap_helper.py index e1a13d0b3..8ac047ccc 100755 --- a/mesalib/src/mapi/glapi/gen/remap_helper.py +++ b/mesalib/src/mapi/glapi/gen/remap_helper.py @@ -64,8 +64,8 @@ class PrintGlRemap(gl_XML.gl_print_base): def printRealHeader(self): - print '#include "main/dispatch.h"' - print '#include "main/remap.h"' + print '#include "dispatch.h"' + print '#include "remap.h"' print '' return |