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