Index: Source/core/svg/SVGFEGaussianBlurElement.h |
diff --git a/Source/core/svg/SVGFEGaussianBlurElement.h b/Source/core/svg/SVGFEGaussianBlurElement.h |
index c8b6385d300ef33a3a5ebaff972641777c5e980c..16b456b1692cd32ec74c5879e6382f1b813fc330 100644 |
--- a/Source/core/svg/SVGFEGaussianBlurElement.h |
+++ b/Source/core/svg/SVGFEGaussianBlurElement.h |
@@ -21,9 +21,9 @@ |
#ifndef SVGFEGaussianBlurElement_h |
#define SVGFEGaussianBlurElement_h |
-#include "core/platform/graphics/filters/FEGaussianBlur.h" |
#include "core/svg/SVGAnimatedNumber.h" |
#include "core/svg/SVGFilterPrimitiveStandardAttributes.h" |
+#include "platform/graphics/filters/FEGaussianBlur.h" |
namespace WebCore { |