aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--BUILD.gn1
-rw-r--r--tools/sk_app/win/GLWindowContext_win.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f0faae32d4..65b73993eb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -109,7 +109,6 @@ skia_public_includes = [
"include/effects",
"include/encode",
"include/gpu",
- "include/gpu/gl",
"include/atlastext",
"include/pathops",
"include/ports",
diff --git a/tools/sk_app/win/GLWindowContext_win.cpp b/tools/sk_app/win/GLWindowContext_win.cpp
index 1c583cb1ed..93d6a567de 100644
--- a/tools/sk_app/win/GLWindowContext_win.cpp
+++ b/tools/sk_app/win/GLWindowContext_win.cpp
@@ -9,7 +9,7 @@
#include <Windows.h>
#include <GL/gl.h>
#include "../GLWindowContext.h"
-#include "GrGLInterface.h"
+#include "gl/GrGLInterface.h"
#include "WindowContextFactory_win.h"
#include "win/SkWGL.h"