aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-02-23 10:06:44 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-23 10:06:44 -0800
commitc01f47b7599196cf5fa467fdd7136a2ef4c8d11a (patch)
treeffa53c094b517b7f1d97a2509581c9490e910d1b
parenta2f4be76a9d453f1fdfd55b0cec6a683f23ffe0f (diff)
Remove unnecessary include of gles2 header in SkANGLEGLContext.h
TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/949973002
-rw-r--r--include/gpu/gl/angle/SkANGLEGLContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gpu/gl/angle/SkANGLEGLContext.h b/include/gpu/gl/angle/SkANGLEGLContext.h
index 774e0a215d..90707011e8 100644
--- a/include/gpu/gl/angle/SkANGLEGLContext.h
+++ b/include/gpu/gl/angle/SkANGLEGLContext.h
@@ -12,7 +12,6 @@
#include "gl/SkGLContext.h"
-#include <GLES2/gl2.h>
#include <EGL/egl.h>
class SkANGLEGLContext : public SkGLContext {