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_nop.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_nop.c')
-rw-r--r-- | src/mapi/glapi/glapi_nop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/glapi_nop.c b/src/mapi/glapi/glapi_nop.c index 13db310b303..2e130e63ebc 100644 --- a/src/mapi/glapi/glapi_nop.c +++ b/src/mapi/glapi/glapi_nop.c @@ -116,7 +116,7 @@ NoOpUnused(void) #define DISPATCH_TABLE_NAME __glapi_noop_table #define UNUSED_TABLE_NAME __unused_noop_functions -#include "glapi/glapitemp.h" +#include "glapitemp.h" /** Return pointer to new dispatch table filled with no-op functions */ |