Index: include/private/SkOnce.h |
diff --git a/include/core/SkOnce.h b/include/private/SkOnce.h |
similarity index 99% |
rename from include/core/SkOnce.h |
rename to include/private/SkOnce.h |
index 43e7353d4dd9240fde565a8a115a1344318672da..a3ef4d6713ca6c726ffa9b2d5419e90c839c3070 100644 |
--- a/include/core/SkOnce.h |
+++ b/include/private/SkOnce.h |
@@ -28,7 +28,7 @@ |
// OnceTest.cpp also should serve as a few other simple examples. |
#include "../private/SkAtomics.h" |
-#include "SkSpinlock.h" |
+#include "../private/SkSpinlock.h" |
// This must be used in a global scope, not in function scope or as a class member. |
#define SK_DECLARE_STATIC_ONCE(name) namespace {} static SkOnceFlag name |