diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-23 20:16:17 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-23 20:16:17 +0000 |
commit | 932105ae4be6684c4967d7c496f6f88b3692bda6 (patch) | |
tree | 4711dc04391fbf1b56054120b3adaa4a22607539 | |
parent | 4c69a064b4a7a77f4b4f2e77d8a35a80fc63987c (diff) |
don't reference missing header
BUG=
Review URL: https://codereview.chromium.org/15888004
git-svn-id: http://skia.googlecode.com/svn/trunk@9265 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | src/core/SkBitmapProcBicubic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkBitmapProcBicubic.cpp b/src/core/SkBitmapProcBicubic.cpp index 3c157ae923..a8de9caa9e 100644 --- a/src/core/SkBitmapProcBicubic.cpp +++ b/src/core/SkBitmapProcBicubic.cpp @@ -5,7 +5,7 @@ * found in the LICENSE file. */ -#include "SkBitmapProcBicubic.h" +#include "SkBitmapProcState.h" #include "SkBitmap.h" #include "SkColor.h" #include "SkColorPriv.h" |