glapi: include generated headers without path
authorDylan Baker <dylan@pnwbakers.com>
Mon, 23 Oct 2017 23:09:41 +0000 (16:09 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 27 Oct 2017 18:06:07 +0000 (11:06 -0700)
This has been tested wtih make dist-check and with meson.

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/mapi/glapi/glapi_dispatch.c
src/mapi/glapi/glapi_getproc.c
src/mapi/glapi/glapi_nop.c

index df907ff9d6a8527d3c9f3192eaa7ad1f2716a873..269adc7ea0086488f740f4623c97b9524774a9e8 100644 (file)
@@ -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))
index a6b2455f1d5fbac6ff06f46c049275117a1baa2f..d3fd3f82dcd36579d44223f36989a3c8f0f09159 100644 (file)
@@ -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"
 
 
 /**
index 13db310b30330f146538b649686f2aaf1f134e0c..2e130e63ebcd7642390d75fdb3bf8ccf3fbe542c 100644 (file)
@@ -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 */