aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLGLSL.cpp
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2018-06-19 16:28:41 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-19 21:23:18 +0000
commit23c55b6b18a7f9bb93a303914f89c1d8a576ec81 (patch)
treef161151502a80056a7a2c1e7ad7e609edda5eafb /src/gpu/gl/GrGLGLSL.cpp
parent0e4041f5c962dd16c4a69cbd9ff35685e9519ff3 (diff)
Move GrGLSL.h from include/private to src/gpu/glsl.
Nothing public was including this and it was included unnecessarily in many places. Change-Id: Iee960b3e67981ab41af7442cc43391f2f57eb551 Reviewed-on: https://skia-review.googlesource.com/135787 Commit-Queue: Brian Salomon <bsalomon@google.com> Auto-Submit: Brian Salomon <bsalomon@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/gl/GrGLGLSL.cpp')
-rw-r--r--src/gpu/gl/GrGLGLSL.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gpu/gl/GrGLGLSL.cpp b/src/gpu/gl/GrGLGLSL.cpp
index ab92358c13..4050d36be6 100644
--- a/src/gpu/gl/GrGLGLSL.cpp
+++ b/src/gpu/gl/GrGLGLSL.cpp
@@ -5,10 +5,8 @@
* found in the LICENSE file.
*/
-#include "GrGLContext.h"
+#include "GrGLGLSL.h"
#include "GrGLUtil.h"
-#include "SkString.h"
-#include "../private/GrGLSL.h"
bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) {
SkASSERT(generation);