Fix up a couple includes that are using <> instead of "".
BUG=skia: Review URL: https://codereview.chromium.org/916713003
This commit is contained in:
parent
76e7fb6cba
commit
ac83d62f6c
@ -7,7 +7,7 @@
|
||||
|
||||
#include "SkFontDescriptor.h"
|
||||
#include "SkStream.h"
|
||||
#include <SkData.h>
|
||||
#include "SkData.h"
|
||||
|
||||
enum {
|
||||
// these must match the sfnt 'name' enums
|
||||
|
@ -8,7 +8,7 @@
|
||||
#ifndef SkMorphology_opts_DEFINED
|
||||
#define SkMorphology_opts_DEFINED
|
||||
|
||||
#include <SkMorphologyImageFilter.h>
|
||||
#include "SkMorphologyImageFilter.h"
|
||||
|
||||
enum SkMorphologyProcType {
|
||||
kDilateX_SkMorphologyProcType,
|
||||
|
Loading…
Reference in New Issue
Block a user