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 149c3c2ec24030ccf46a4e411956029ca7f80488..c2c674c2e8317ec2c9844257cbc4bfdf38a36cd6 100644 |
--- a/Source/core/platform/graphics/filters/FELighting.h |
+++ b/Source/core/platform/graphics/filters/FELighting.h |
@@ -34,7 +34,7 @@ |
#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> |
+#include "wtf/Uint8ClampedArray.h" |
// Common base class for FEDiffuseLighting and FESpecularLighting |