Chromium Code Reviews| Index: src/core/SkAnnotation.cpp |
| diff --git a/src/core/SkAnnotation.cpp b/src/core/SkAnnotation.cpp |
| index bddff64db84c6dff3dcd200f6942a5848e27bd1d..aa7a02af4f14825bef457c289acfa6e7e4000532 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) { |