diff options
author | Chia-I Wu <[email protected]> | 2009-10-16 16:04:06 +0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-23 09:10:04 -0600 |
commit | 6e99e6ddbf488f6955e34ef0bc438fdcb4d90f74 (patch) | |
tree | 75831ddbde201f3ccee8a6f62a24151c66391a53 /src/mesa/main/remap_helper.h | |
parent | 22884db174b9fb0736cec1c6a192f8b9a97500c1 (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 <[email protected]>
Diffstat (limited to 'src/mesa/main/remap_helper.h')
-rw-r--r-- | src/mesa/main/remap_helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/remap_helper.h b/src/mesa/main/remap_helper.h index 89192d37e53..3886f41862c 100644 --- a/src/mesa/main/remap_helper.h +++ b/src/mesa/main/remap_helper.h @@ -26,7 +26,6 @@ */ #include "glapi/dispatch.h" -#include "glapi/glapioffsets.h" struct gl_function_remap { GLint func_index; |