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_getproc.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_getproc.c')
-rw-r--r-- | src/mapi/glapi/glapi_getproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/glapi_getproc.c b/src/mapi/glapi/glapi_getproc.c index a6b2455f1d5..d3fd3f82dcd 100644 --- a/src/mapi/glapi/glapi_getproc.c +++ b/src/mapi/glapi/glapi_getproc.c @@ -34,7 +34,7 @@ #include <string.h> #include <stdlib.h> #include "glapi/glapi_priv.h" -#include "glapi/glapitable.h" +#include "glapitable.h" #define FIRST_DYNAMIC_OFFSET (sizeof(struct _glapi_table) / sizeof(void *)) @@ -49,7 +49,7 @@ #if !defined(DISPATCH_FUNCTION_SIZE) # define NEED_FUNCTION_POINTER #endif -#include "glapi/glprocs.h" +#include "glprocs.h" /** |