aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkSharedMutex.cpp
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2015-09-29 09:37:59 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-29 09:37:59 -0700
commitb906daf112416c1698a79cf51aa70fe11aa19d0a (patch)
tree50b7385ef921b0019c661757af37224f8d5232ea /src/core/SkSharedMutex.cpp
parent198a350051824229aa89a5d6348f5a7fc875c9ca (diff)
Have /src files use header directly.
Diffstat (limited to 'src/core/SkSharedMutex.cpp')
-rw-r--r--src/core/SkSharedMutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkSharedMutex.cpp b/src/core/SkSharedMutex.cpp
index 0db6101ddf..203a775190 100644
--- a/src/core/SkSharedMutex.cpp
+++ b/src/core/SkSharedMutex.cpp
@@ -7,7 +7,7 @@
#include "SkSharedMutex.h"
-#include "../private/SkAtomics.h"
+#include "SkAtomics.h"
#include "SkTypes.h"
#include "../private/SkSemaphore.h"