diff options
author | Dylan Baker <[email protected]> | 2017-10-23 16:09:41 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-27 11:06:07 -0700 |
commit | ea53d9a8eb5d4b2363c3d302dde8bf4143ef0c14 (patch) | |
tree | dca14c55b7511d203cb379998717f8c6e4436450 /src/mapi/glapi/glapi_dispatch.c | |
parent | 5daed06da2c0aaa48a93439bfdb63818786bc278 (diff) |
glapi: include generated headers without path
This has been tested wtih make dist-check and with meson.
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mapi/glapi/glapi_dispatch.c')
-rw-r--r-- | src/mapi/glapi/glapi_dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/glapi_dispatch.c b/src/mapi/glapi/glapi_dispatch.c index df907ff9d6a..269adc7ea00 100644 --- a/src/mapi/glapi/glapi_dispatch.c +++ b/src/mapi/glapi/glapi_dispatch.c @@ -38,7 +38,7 @@ */ #include "glapi/glapi_priv.h" -#include "glapi/glapitable.h" +#include "glapitable.h" #if !(defined(USE_X86_ASM) || defined(USE_X86_64_ASM) || defined(USE_SPARC_ASM)) |