aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkFontDescriptor.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-02-11 09:24:19 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-11 09:24:20 -0800
commitac83d62f6c63ccffbff286f80a60b6829f301b23 (patch)
treed7e48148e076f7fa6f135f53de64afeadb0c7199 /src/core/SkFontDescriptor.cpp
parent76e7fb6cbaa0994778cc4cf48bfe5e70bae59821 (diff)
Fix up a couple includes that are using <> instead of "".
Diffstat (limited to 'src/core/SkFontDescriptor.cpp')
-rw-r--r--src/core/SkFontDescriptor.cpp2
1 files changed, 1 insertions, 1 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 <SkData.h>
+#include "SkData.h"
enum {
// these must match the sfnt 'name' enums