Index: src/core/SkBitmapFilter.cpp |
diff --git a/src/core/SkBitmapFilter.cpp b/src/core/SkBitmapFilter.cpp |
index 82494d9bbecc6b46432c2541f7d11e64e123e49c..8c44e9f1fd1794d7caf786a32093295baabd99c2 100644 |
--- a/src/core/SkBitmapFilter.cpp |
+++ b/src/core/SkBitmapFilter.cpp |
@@ -5,17 +5,11 @@ |
* found in the LICENSE file. |
*/ |
-#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 "SkBitmapFilter.h" |
#include "SkRTConf.h" |
-#include "SkMath.h" |
+#include "SkTypes.h" |
+ |
+#include <string.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 |