Index: Source/core/svg/SVGTextContentElement.cpp |
diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp |
index 41748b18f2da1839b5d88fb6350b66cc304fa6f5..cdf48002a998ccc5a0b0a33be9578ea68487da8b 100644 |
--- a/Source/core/svg/SVGTextContentElement.cpp |
+++ b/Source/core/svg/SVGTextContentElement.cpp |
@@ -21,13 +21,13 @@ |
#include "config.h" |
#include "core/svg/SVGTextContentElement.h" |
-#include "CSSPropertyNames.h" |
-#include "CSSValueKeywords.h" |
-#include "SVGNames.h" |
-#include "XMLNames.h" |
#include "bindings/v8/ExceptionMessages.h" |
#include "bindings/v8/ExceptionState.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
+#include "core/CSSPropertyNames.h" |
+#include "core/CSSValueKeywords.h" |
+#include "core/SVGNames.h" |
+#include "core/XMLNames.h" |
#include "core/editing/FrameSelection.h" |
#include "core/frame/LocalFrame.h" |
#include "core/rendering/RenderObject.h" |