Fix up a couple includes that are using <> instead of "".
authormtklein <mtklein@chromium.org>
Wed, 11 Feb 2015 17:24:19 +0000 (09:24 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 11 Feb 2015 17:24:20 +0000 (09:24 -0800)
BUG=skia:

Review URL: https://codereview.chromium.org/916713003

src/core/SkFontDescriptor.cpp
src/opts/SkMorphology_opts.h

index 7426894..b2622d9 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "SkFontDescriptor.h"
 #include "SkStream.h"
-#include <SkData.h>
+#include "SkData.h"
 
 enum {
     // these must match the sfnt 'name' enums
index 7ea7c54..7813efb 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef SkMorphology_opts_DEFINED
 #define SkMorphology_opts_DEFINED
 
-#include <SkMorphologyImageFilter.h>
+#include "SkMorphologyImageFilter.h"
 
 enum SkMorphologyProcType {
     kDilateX_SkMorphologyProcType,