0

Fix includes to make checkdeps happy

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64618 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
brettw@chromium.org
2010-11-01 16:50:48 +00:00
parent 37b821bc24
commit 9d3fcf8bc9
2 changed files with 2 additions and 2 deletions

@ -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/ .

@ -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"