Index: Source/core/platform/graphics/filters/FEDropShadow.h |
diff --git a/Source/core/platform/graphics/filters/FEDropShadow.h b/Source/core/platform/graphics/filters/FEDropShadow.h |
index 36cd2b1cd2d9ea77e541593634d4c8f643ef343a..8d3b0bee994d5127b5a19b0cbd5876afeb6b684b 100644 |
--- a/Source/core/platform/graphics/filters/FEDropShadow.h |
+++ b/Source/core/platform/graphics/filters/FEDropShadow.h |
@@ -21,9 +21,9 @@ |
#ifndef FEDropShadow_h |
#define FEDropShadow_h |
-#include "core/platform/graphics/Color.h" |
#include "core/platform/graphics/filters/Filter.h" |
#include "core/platform/graphics/filters/FilterEffect.h" |
+#include "platform/graphics/Color.h" |
namespace WebCore { |