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