aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkWriter32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkWriter32.h')
-rw-r--r--src/core/SkWriter32.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/SkWriter32.h b/src/core/SkWriter32.h
index 2143c6b129..de33c5cb65 100644
--- a/src/core/SkWriter32.h
+++ b/src/core/SkWriter32.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2008 The Android Open Source Project
*
@@ -6,11 +5,9 @@
* found in the LICENSE file.
*/
-
#ifndef SkWriter32_DEFINED
#define SkWriter32_DEFINED
-#include "../private/SkTemplates.h"
#include "SkData.h"
#include "SkMatrix.h"
#include "SkPath.h"
@@ -21,6 +18,8 @@
#include "SkRegion.h"
#include "SkScalar.h"
#include "SkStream.h"
+#include "SkTemplates.h"
+#include "SkTo.h"
#include "SkTypes.h"
class SK_API SkWriter32 : SkNoncopyable {