Index: Source/core/svg/SVGFEImageElement.h |
diff --git a/Source/core/svg/SVGFEImageElement.h b/Source/core/svg/SVGFEImageElement.h |
index 8869b1e24a20a39866f9cd626292b4f9be2c27c8..5e6bb0485821254f3846411a4dd72135e9feb056 100644 |
--- a/Source/core/svg/SVGFEImageElement.h |
+++ b/Source/core/svg/SVGFEImageElement.h |
@@ -24,13 +24,13 @@ |
#include "SVGNames.h" |
#include "core/fetch/ImageResource.h" |
#include "core/fetch/ResourcePtr.h" |
-#include "core/platform/graphics/ImageBuffer.h" |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGAnimatedPreserveAspectRatio.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
#include "core/svg/SVGFilterPrimitiveStandardAttributes.h" |
#include "core/svg/SVGURIReference.h" |
#include "core/svg/graphics/filters/SVGFEImage.h" |
+#include "platform/graphics/ImageBuffer.h" |
namespace WebCore { |