Merge branch 'master' into opengl-es-v2
[mesa.git] / src / mesa / glapi / glapi_getproc.c
index 1401c1cb586ce5154b4c91ffe992da83a3f54323..eecfb9c1ae1a87c838eb7b0578a03b087bb42594 100644 (file)
@@ -34,9 +34,9 @@
 #include <string.h>
 #include "main/glheader.h"
 #include "main/compiler.h"
-#include "glapi.h"
-#include "glapioffsets.h"
-#include "glapitable.h"
+#include "glapi/glapi.h"
+#include "glapi/glapioffsets.h"
+#include "glapi/glapitable.h"
 
 
 static void
@@ -75,7 +75,7 @@ str_dup(const char *str)
 #endif
 
 /* The code in this file is auto-generated with Python */
-#include "glprocs.h"
+#include "glapi/glprocs.h"
 
 
 /**