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, 3 insertions, 2 deletions
diff --git a/src/core/SkWriter32.h b/src/core/SkWriter32.h
index de33c5cb65..2143c6b129 100644
--- a/src/core/SkWriter32.h
+++ b/src/core/SkWriter32.h
@@ -1,3 +1,4 @@
+
/*
* Copyright 2008 The Android Open Source Project
*
@@ -5,9 +6,11 @@
* found in the LICENSE file.
*/
+
#ifndef SkWriter32_DEFINED
#define SkWriter32_DEFINED
+#include "../private/SkTemplates.h"
#include "SkData.h"
#include "SkMatrix.h"
#include "SkPath.h"
@@ -18,8 +21,6 @@
#include "SkRegion.h"
#include "SkScalar.h"
#include "SkStream.h"
-#include "SkTemplates.h"
-#include "SkTo.h"
#include "SkTypes.h"
class SK_API SkWriter32 : SkNoncopyable {