| Index: sky/engine/platform/graphics/filters/FESpecularLighting.cpp
|
| diff --git a/sky/engine/platform/graphics/filters/FESpecularLighting.cpp b/sky/engine/platform/graphics/filters/FESpecularLighting.cpp
|
| index 7d5eaac65af124737be701a5d824fb9557bfc211..8c9a1281533e2e72a8b31c7d001ee7288884405b 100644
|
| --- a/sky/engine/platform/graphics/filters/FESpecularLighting.cpp
|
| +++ b/sky/engine/platform/graphics/filters/FESpecularLighting.cpp
|
| @@ -20,11 +20,11 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/filters/FESpecularLighting.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/filters/FESpecularLighting.h"
|
|
|
| -#include "platform/graphics/filters/LightSource.h"
|
| -#include "platform/text/TextStream.h"
|
| +#include "sky/engine/platform/graphics/filters/LightSource.h"
|
| +#include "sky/engine/platform/text/TextStream.h"
|
|
|
| namespace blink {
|
|
|
|
|