Index: Source/core/svg/SVGGlyphElement.h |
diff --git a/Source/core/svg/SVGGlyphElement.h b/Source/core/svg/SVGGlyphElement.h |
index 86a6b800da2b26c501ccb3acb946b4cb9fda78ef..565eb1de154ab3acc0c5f314daed851f0d58bfe9 100644 |
--- a/Source/core/svg/SVGGlyphElement.h |
+++ b/Source/core/svg/SVGGlyphElement.h |
@@ -24,8 +24,8 @@ |
#if ENABLE(SVG_FONTS) |
#include "SVGNames.h" |
-#include "core/platform/graphics/SVGGlyph.h" |
#include "core/svg/SVGElement.h" |
+#include "platform/fonts/SVGGlyph.h" |
namespace WebCore { |