diff options
Diffstat (limited to 'src/core/SkAnnotation.cpp')
-rw-r--r-- | src/core/SkAnnotation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkAnnotation.cpp b/src/core/SkAnnotation.cpp index bddff64db8..aa7a02af4f 100644 --- a/src/core/SkAnnotation.cpp +++ b/src/core/SkAnnotation.cpp @@ -7,10 +7,10 @@ #include "SkAnnotation.h" #include "SkData.h" +#include "SkPaint.h" +#include "SkPoint.h" #include "SkReadBuffer.h" #include "SkWriteBuffer.h" -#include "SkPoint.h" -#include "SkStream.h" SkAnnotation::SkAnnotation(const char key[], SkData* value) : fKey(key) { if (NULL == value) { |