summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/glapi_dispatch.c
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-10-23 16:09:41 -0700
committerDylan Baker <[email protected]>2017-10-27 11:06:07 -0700
commitea53d9a8eb5d4b2363c3d302dde8bf4143ef0c14 (patch)
treedca14c55b7511d203cb379998717f8c6e4436450 /src/mapi/glapi/glapi_dispatch.c
parent5daed06da2c0aaa48a93439bfdb63818786bc278 (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.c2
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))