| Index: Source/core/platform/graphics/filters/FELighting.h
|
| diff --git a/Source/core/platform/graphics/filters/FELighting.h b/Source/core/platform/graphics/filters/FELighting.h
|
| index c1189e11e6e03372c248ae16eca8c4596e09c8ce..149c3c2ec24030ccf46a4e411956029ca7f80488 100644
|
| --- a/Source/core/platform/graphics/filters/FELighting.h
|
| +++ b/Source/core/platform/graphics/filters/FELighting.h
|
| @@ -28,12 +28,12 @@
|
| #ifndef FELighting_h
|
| #define FELighting_h
|
|
|
| -#include "Filter.h"
|
| -#include "FilterEffect.h"
|
| -#include "LightSource.h"
|
| -#include "PointLightSource.h"
|
| -#include "SpotLightSource.h"
|
| #include "core/platform/graphics/Color.h"
|
| +#include "core/platform/graphics/filters/Filter.h"
|
| +#include "core/platform/graphics/filters/FilterEffect.h"
|
| +#include "core/platform/graphics/filters/LightSource.h"
|
| +#include "core/platform/graphics/filters/PointLightSource.h"
|
| +#include "core/platform/graphics/filters/SpotLightSource.h"
|
| #include <wtf/Uint8ClampedArray.h>
|
|
|
| // Common base class for FEDiffuseLighting and FESpecularLighting
|
|
|