Index: src/core/SkTLS.cpp |
diff --git a/src/core/SkTLS.cpp b/src/core/SkTLS.cpp |
index 3f78a2434cfdf452597495a4ec0ad5463f4f096e..346fed80ce6cea1acedbb53eb3eafd468afb90ea 100755 |
--- a/src/core/SkTLS.cpp |
+++ b/src/core/SkTLS.cpp |
@@ -1,3 +1,10 @@ |
+/* |
+ * Copyright 2012 Google Inc. |
+ * |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+ */ |
+ |
#include "SkTLS.h" |
// enable to help debug TLS storage |
@@ -5,7 +12,7 @@ |
#ifdef SK_TRACE_TLS_LIFETIME |
- #include "SkThread.h" |
+ #include "SkAtomics.h" |
static int32_t gTLSRecCount; |
#endif |