Chromium Code Reviews| Index: Source/core/svg/SVGFEDistantLightElement.cpp |
| diff --git a/Source/core/svg/SVGFEDistantLightElement.cpp b/Source/core/svg/SVGFEDistantLightElement.cpp |
| index 68b3940f59995d3abbcb3dccd706743432db2521..f641868e74d9341a0d0d765c3b917c6a95f5252e 100644 |
| --- a/Source/core/svg/SVGFEDistantLightElement.cpp |
| +++ b/Source/core/svg/SVGFEDistantLightElement.cpp |
| @@ -18,11 +18,10 @@ |
| */ |
| #include "config.h" |
| - |
| -#include "SVGNames.h" |
| #include "core/svg/SVGFEDistantLightElement.h" |
| -#include "core/platform/graphics/filters/DistantLightSource.h" |
| +#include "SVGNames.h" |
| +#include "platform/graphics/filters/DistantLightSource.h" |
| namespace WebCore { |