diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-10-26 03:42:09 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-10-27 10:08:27 +0800 |
commit | e213968f2b99b07e20b69e4dd6f94bea35f54161 (patch) | |
tree | 7ac3b11a16a67265ffba9b64ee5eedcd41f41223 /src/mesa/main/dispatch.h | |
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/dispatch.h')
-rw-r--r-- | src/mesa/main/dispatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dispatch.h b/src/mesa/main/dispatch.h index 27f80a5062..e39d3e2715 100644 --- a/src/mesa/main/dispatch.h +++ b/src/mesa/main/dispatch.h @@ -32,6 +32,6 @@ #include "glapi/glapitable.h" #include "glapi/glapioffsets.h" -#include "glapi/glapidispatch.h" +#include "main/glapidispatch.h" #endif /* _DISPATCH_H */ |