summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-14 01:06:21 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-14 01:06:21 +0000
commitccb7e6192beddee78963ab3ac366a16983f7caba (patch)
tree04b66e25975df7f1521f4316b6b66ee87ac2e845 /mojo
parent0b4448fa5393fa2e9cdc912086ec3e94eb9b70e7 (diff)
downloadchromium_src-ccb7e6192beddee78963ab3ac366a16983f7caba.zip
chromium_src-ccb7e6192beddee78963ab3ac366a16983f7caba.tar.gz
chromium_src-ccb7e6192beddee78963ab3ac366a16983f7caba.tar.bz2
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
Diffstat (limited to 'mojo')
-rw-r--r--mojo/public/c/environment/async_waiter.h2
-rw-r--r--mojo/public/c/gles2/gles2.h2
2 files changed, 2 insertions, 2 deletions
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" {