commit | 932105ae4be6684c4967d7c496f6f88b3692bda6 | [log] [tgz] |
---|---|---|
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 23 20:16:17 2013 +0000 |
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 23 20:16:17 2013 +0000 |
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
diff --git a/src/core/SkBitmapProcBicubic.cpp b/src/core/SkBitmapProcBicubic.cpp index 3c157ae..a8de9ca 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"