Index: Source/core/svg/SVGMetadataElement.cpp |
diff --git a/Source/core/svg/SVGMetadataElement.cpp b/Source/core/svg/SVGMetadataElement.cpp |
index dc89828aca4cb828bf22115f10aa64e294966ce1..e0d55b6e39fe1d73f46e1e91feddc079e95dcfb9 100644 |
--- a/Source/core/svg/SVGMetadataElement.cpp |
+++ b/Source/core/svg/SVGMetadataElement.cpp |
@@ -19,9 +19,10 @@ |
*/ |
#include "config.h" |
-#include "SVGNames.h" |
#include "core/svg/SVGMetadataElement.h" |
+#include "core/SVGNames.h" |
+ |
namespace WebCore { |
inline SVGMetadataElement::SVGMetadataElement(Document& document) |