From ccb7e6192beddee78963ab3ac366a16983f7caba Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Sat, 14 Jun 2014 01:06:21 +0000 Subject: Mojo: Trim #includes in mojo/public/c. Include mojo/public/c/system/types.h instead of .../core.h. TBR=darin@chromium.org Review URL: https://codereview.chromium.org/335923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277147 0039d316-1c4b-4281-b951-d872f2087c98 --- mojo/public/c/environment/async_waiter.h | 2 +- mojo/public/c/gles2/gles2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mojo') diff --git a/mojo/public/c/environment/async_waiter.h b/mojo/public/c/environment/async_waiter.h index 0568954..a28340a 100644 --- a/mojo/public/c/environment/async_waiter.h +++ b/mojo/public/c/environment/async_waiter.h @@ -5,7 +5,7 @@ #ifndef MOJO_PUBLIC_C_ENVIRONMENT_ASYNC_WAITER_H_ #define MOJO_PUBLIC_C_ENVIRONMENT_ASYNC_WAITER_H_ -#include "mojo/public/c/system/core.h" +#include "mojo/public/c/system/types.h" #ifdef __cplusplus extern "C" { diff --git a/mojo/public/c/gles2/gles2.h b/mojo/public/c/gles2/gles2.h index 3ee249d..6b71d65 100644 --- a/mojo/public/c/gles2/gles2.h +++ b/mojo/public/c/gles2/gles2.h @@ -13,7 +13,7 @@ #include "mojo/public/c/environment/async_waiter.h" #include "mojo/public/c/gles2/gles2_export.h" #include "mojo/public/c/gles2/gles2_types.h" -#include "mojo/public/c/system/core.h" +#include "mojo/public/c/system/types.h" #ifdef __cplusplus extern "C" { -- cgit v1.1