summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/remap_helper.py
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-10-16 16:04:06 +0800
committerBrian Paul <brianp@vmware.com>2009-10-23 09:10:04 -0600
commit6e99e6ddbf488f6955e34ef0bc438fdcb4d90f74 (patch)
tree75831ddbde201f3ccee8a6f62a24151c66391a53 /src/mesa/glapi/remap_helper.py
parent22884db174b9fb0736cec1c6a192f8b9a97500c1 (diff)
glapi: Always build libglapi.a.
This is made possible by making glapioffsets.h and glapidispatch.h internal headers of glapi. They should only be included indirectly through dispatch.h by mesa. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/mesa/glapi/remap_helper.py')
-rw-r--r--src/mesa/glapi/remap_helper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/glapi/remap_helper.py b/src/mesa/glapi/remap_helper.py
index 7e68a908e3..e47583a5d3 100644
--- a/src/mesa/glapi/remap_helper.py
+++ b/src/mesa/glapi/remap_helper.py
@@ -65,7 +65,6 @@ class PrintGlRemap(gl_XML.gl_print_base):
def printRealHeader(self):
print '#include "glapi/dispatch.h"'
- print '#include "glapi/glapioffsets.h"'
print ''
return