Index: src/core/SkSharedMutex.cpp |
diff --git a/src/core/SkSharedMutex.cpp b/src/core/SkSharedMutex.cpp |
index 10fc03fb244a31b17b753e20300b343616b744fd..203a775190e5f2cff78d2761eac1adee9a837636 100644 |
--- a/src/core/SkSharedMutex.cpp |
+++ b/src/core/SkSharedMutex.cpp |
@@ -8,8 +8,8 @@ |
#include "SkSharedMutex.h" |
#include "SkAtomics.h" |
-#include "SkSemaphore.h" |
#include "SkTypes.h" |
+#include "../private/SkSemaphore.h" |
#if defined(THREAD_SANITIZER) |