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 de73e8329c0f0994c7967c933968a605777fea1c..6b4e476b118b5df48a481b93a1e32e2881872665 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 "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 "platform/graphics/Color.h" |
#include "wtf/Uint8ClampedArray.h" |
// Common base class for FEDiffuseLighting and FESpecularLighting |