diff options
author | Chia-I Wu <[email protected]> | 2009-09-03 11:03:20 +0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-11-05 20:04:11 -0700 |
commit | 5b426288c2dbc42ef44ea13fe37afa77223107bb (patch) | |
tree | 94bec3a9b82515a581958d539ad0d87446174984 /src/mesa/glapi/dispatch.h | |
parent | 7df4c7e1b8faf0c0339ca7287e3560fafab02b6a (diff) |
glapi: Include headers with directory prefixes.
This allows different sets of generated sources and headers to be used.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/mesa/glapi/dispatch.h')
-rw-r--r-- | src/mesa/glapi/dispatch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/glapi/dispatch.h b/src/mesa/glapi/dispatch.h index 6623d524692..27f80a50629 100644 --- a/src/mesa/glapi/dispatch.h +++ b/src/mesa/glapi/dispatch.h @@ -30,8 +30,8 @@ #define _GLAPI_USE_REMAP_TABLE #endif -#include "glapitable.h" -#include "glapioffsets.h" -#include "glapidispatch.h" +#include "glapi/glapitable.h" +#include "glapi/glapioffsets.h" +#include "glapi/glapidispatch.h" #endif /* _DISPATCH_H */ |