| Index: Source/core/platform/graphics/filters/FEDiffuseLighting.cpp
|
| diff --git a/Source/core/platform/graphics/filters/FEDiffuseLighting.cpp b/Source/core/platform/graphics/filters/FEDiffuseLighting.cpp
|
| index 8e6b90c97e5b87f1b55067ab3a777a4e7c762c7b..de1950c19c50d55b9e2229d197bab95f2cef5470 100644
|
| --- a/Source/core/platform/graphics/filters/FEDiffuseLighting.cpp
|
| +++ b/Source/core/platform/graphics/filters/FEDiffuseLighting.cpp
|
| @@ -22,11 +22,11 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "FEDiffuseLighting.h"
|
| +#include "core/platform/graphics/filters/FEDiffuseLighting.h"
|
|
|
| -#include "LightSource.h"
|
| #include "RenderTreeAsText.h"
|
| #include "TextStream.h"
|
| +#include "core/platform/graphics/filters/LightSource.h"
|
|
|
| namespace WebCore {
|
|
|
|
|