Index: include/core/SkRefCnt.h |
diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h |
index 995bdfb2fda6387023f2489b1a80b7e6842fe28b..bf97dc8560529a4d5aa09d635043e4369d0cc5a2 100644 |
--- a/include/core/SkRefCnt.h |
+++ b/include/core/SkRefCnt.h |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2006 The Android Open Source Project |
* |
@@ -6,12 +5,11 @@ |
* found in the LICENSE file. |
*/ |
- |
#ifndef SkRefCnt_DEFINED |
#define SkRefCnt_DEFINED |
#include "SkAtomics.h" |
-#include "SkTemplates.h" |
+#include "SkTypes.h" |
/** \class SkRefCntBase |