aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTLS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkTLS.cpp')
-rwxr-xr-xsrc/core/SkTLS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkTLS.cpp b/src/core/SkTLS.cpp
index c7304ed38e..a47dc14b5a 100755
--- a/src/core/SkTLS.cpp
+++ b/src/core/SkTLS.cpp
@@ -12,7 +12,7 @@
#ifdef SK_TRACE_TLS_LIFETIME
- #include "../private/SkAtomics.h"
+ #include "SkAtomics.h"
static int32_t gTLSRecCount;
#endif