diff options
author | Chia-I Wu <[email protected]> | 2010-10-26 03:42:09 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-10-27 10:08:27 +0800 |
commit | e213968f2b99b07e20b69e4dd6f94bea35f54161 (patch) | |
tree | 7ac3b11a16a67265ffba9b64ee5eedcd41f41223 /src/mesa/main/es_generator.py | |
parent | b5022ad03584f119b27c143b53e7ed80e8c12ffb (diff) |
glapi: Move glapidispatch.h to core mesa.
It is a core mesa header, not a glapi header.
Diffstat (limited to 'src/mesa/main/es_generator.py')
-rw-r--r-- | src/mesa/main/es_generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/es_generator.py b/src/mesa/main/es_generator.py index ecb34bb5cdf..b787f1bbf1a 100644 --- a/src/mesa/main/es_generator.py +++ b/src/mesa/main/es_generator.py @@ -221,7 +221,7 @@ extern void _mesa_error(void *ctx, GLenum error, const char *fmtString, ... ); #endif #include "%sapi/glapi/glapitable.h" #include "%sapi/glapi/glapioffsets.h" -#include "%sapi/glapi/glapidispatch.h" +#include "%sapi/main/glapidispatch.h" #if FEATURE_remap_table |