| Index: src/core/SkBitmapFilter.cpp
|
| diff --git a/src/core/SkBitmapFilter.cpp b/src/core/SkBitmapFilter.cpp
|
| index 8c44e9f1fd1794d7caf786a32093295baabd99c2..82494d9bbecc6b46432c2541f7d11e64e123e49c 100644
|
| --- a/src/core/SkBitmapFilter.cpp
|
| +++ b/src/core/SkBitmapFilter.cpp
|
| @@ -5,11 +5,17 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "SkBitmapFilter.h"
|
| +#include "SkErrorInternals.h"
|
| +#include "SkConvolver.h"
|
| +#include "SkBitmapProcState.h"
|
| +#include "SkBitmap.h"
|
| +#include "SkColor.h"
|
| +#include "SkColorPriv.h"
|
| +#include "SkConvolver.h"
|
| +#include "SkUnPreMultiply.h"
|
| +#include "SkShader.h"
|
| #include "SkRTConf.h"
|
| -#include "SkTypes.h"
|
| -
|
| -#include <string.h>
|
| +#include "SkMath.h"
|
|
|
| // These are the per-scanline callbacks that are used when we must resort to
|
| // resampling an image as it is blitted. Typically these are used only when
|
|
|