Index: src/core/SkTLS.cpp |
diff --git a/src/core/SkTLS.cpp b/src/core/SkTLS.cpp |
index 346fed80ce6cea1acedbb53eb3eafd468afb90ea..3f78a2434cfdf452597495a4ec0ad5463f4f096e 100755 |
--- a/src/core/SkTLS.cpp |
+++ b/src/core/SkTLS.cpp |
@@ -1,10 +1,3 @@ |
-/* |
- * 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 |
@@ -12,7 +5,7 @@ |
#ifdef SK_TRACE_TLS_LIFETIME |
- #include "SkAtomics.h" |
+ #include "SkThread.h" |
static int32_t gTLSRecCount; |
#endif |