summaryrefslogtreecommitdiffstats
path: root/mojo/public/c/gles2
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/c/gles2')
-rw-r--r--mojo/public/c/gles2/DEPS3
-rw-r--r--mojo/public/c/gles2/gles2.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/mojo/public/c/gles2/DEPS b/mojo/public/c/gles2/DEPS
new file mode 100644
index 0000000..3887457
--- /dev/null
+++ b/mojo/public/c/gles2/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+mojo/public/c/environment",
+]
diff --git a/mojo/public/c/gles2/gles2.h b/mojo/public/c/gles2/gles2.h
index 6b20b9c..3ee249d 100644
--- a/mojo/public/c/gles2/gles2.h
+++ b/mojo/public/c/gles2/gles2.h
@@ -10,9 +10,9 @@
#include <stdint.h>
#include <GLES2/gl2.h>
+#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/async_waiter.h"
#include "mojo/public/c/system/core.h"
#ifdef __cplusplus