Chromium Code Reviews| Index: Source/core/svg/SVGFESpotLightElement.cpp |
| diff --git a/Source/core/svg/SVGFESpotLightElement.cpp b/Source/core/svg/SVGFESpotLightElement.cpp |
| index 21e7bfcfce8694792dd8785a81824b6c1501d86f..2eafdb32874051710e90b8f3c0a3b6087fcc6799 100644 |
| --- a/Source/core/svg/SVGFESpotLightElement.cpp |
| +++ b/Source/core/svg/SVGFESpotLightElement.cpp |
| @@ -18,11 +18,10 @@ |
| */ |
| #include "config.h" |
| - |
| -#include "SVGNames.h" |
| #include "core/svg/SVGFESpotLightElement.h" |
| -#include "core/platform/graphics/filters/SpotLightSource.h" |
| +#include "SVGNames.h" |
| +#include "platform/graphics/filters/SpotLightSource.h" |
| namespace WebCore { |