aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2015-07-01 16:35:59 -0400
committerGravatar Mike Klein <mtklein@google.com>2015-07-01 16:35:59 -0400
commit478c9e4851eff5feb74dd2f8a14143bec569e1a8 (patch)
tree9acb07514c74296fe7b2b9dd17fa8a6ed907cf30 /include/views
parentaa2a7de0ffaf8f864a7afc68bbd34ccb25876246 (diff)
Revert "Move headers used by headers in include/ to include/private."
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
index c917438438..e7bba18205 100644
--- a/include/views/SkOSWindow_Win.h
+++ b/include/views/SkOSWindow_Win.h
@@ -11,8 +11,8 @@
#define SkOSWindow_Win_DEFINED
#include "SkWindow.h"
-#include "../private/SkFunction.h"
-#include "../private/SkTHash.h"
+#include "../../src/core/SkFunction.h"
+#include "../../src/core/SkTHash.h"
#if SK_ANGLE
#include "EGL/egl.h"