From ac83d62f6c63ccffbff286f80a60b6829f301b23 Mon Sep 17 00:00:00 2001 From: mtklein Date: Wed, 11 Feb 2015 09:24:19 -0800 Subject: Fix up a couple includes that are using <> instead of "". BUG=skia: Review URL: https://codereview.chromium.org/916713003 --- src/core/SkFontDescriptor.cpp | 2 +- src/opts/SkMorphology_opts.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/SkFontDescriptor.cpp b/src/core/SkFontDescriptor.cpp index 7426894b8c..b2622d9300 100644 --- a/src/core/SkFontDescriptor.cpp +++ b/src/core/SkFontDescriptor.cpp @@ -7,7 +7,7 @@ #include "SkFontDescriptor.h" #include "SkStream.h" -#include +#include "SkData.h" enum { // these must match the sfnt 'name' enums diff --git a/src/opts/SkMorphology_opts.h b/src/opts/SkMorphology_opts.h index 7ea7c54623..7813efb191 100644 --- a/src/opts/SkMorphology_opts.h +++ b/src/opts/SkMorphology_opts.h @@ -8,7 +8,7 @@ #ifndef SkMorphology_opts_DEFINED #define SkMorphology_opts_DEFINED -#include +#include "SkMorphologyImageFilter.h" enum SkMorphologyProcType { kDilateX_SkMorphologyProcType, -- cgit v1.2.3