diff options
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/GLES2/gl2.h | 2 | ||||
-rw-r--r-- | ppapi/c/dev/ppb_opengles_dev.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/GLES2/gl2.h b/ppapi/GLES2/gl2.h index ca30cb5..c4ca2da 100644 --- a/ppapi/GLES2/gl2.h +++ b/ppapi/GLES2/gl2.h @@ -5,7 +5,7 @@ #ifndef __gl2_h_ #define __gl2_h_ -#include "../c/dev/ppb_opengles_dev.h" +#include "ppapi/c/dev/ppb_opengles_dev.h" /* * This document is licensed under the SGI Free Software B License Version * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . diff --git a/ppapi/c/dev/ppb_opengles_dev.h b/ppapi/c/dev/ppb_opengles_dev.h index c397beb..718dea6 100644 --- a/ppapi/c/dev/ppb_opengles_dev.h +++ b/ppapi/c/dev/ppb_opengles_dev.h @@ -9,7 +9,7 @@ #ifndef PPAPI_C_DEV_PPB_OPENGLES_DEV_H_ #define PPAPI_C_DEV_PPB_OPENGLES_DEV_H_ -#include "../../GLES2/khrplatform.h" +#include "ppapi/GLES2/khrplatform.h" #define PPB_OPENGLES_DEV_INTERFACE "PPB_OpenGLES(Dev);2.0" |