Index: Source/core/svg/SVGPathSegListBuilder.cpp |
diff --git a/Source/core/svg/SVGPathSegListBuilder.cpp b/Source/core/svg/SVGPathSegListBuilder.cpp |
index bd657c32e090341ac3596dcbe4843ff91601917d..8048e6620b0aa0a44544663b5b47bff990abeb9a 100644 |
--- a/Source/core/svg/SVGPathSegListBuilder.cpp |
+++ b/Source/core/svg/SVGPathSegListBuilder.cpp |
@@ -26,7 +26,6 @@ |
#if ENABLE(SVG) |
#include "SVGPathSegListBuilder.h" |
-#include "ExceptionCode.h" |
#include "SVGPathElement.h" |
#include "SVGPathSegArc.h" |
#include "SVGPathSegClosePath.h" |
@@ -39,6 +38,7 @@ |
#include "SVGPathSegLinetoVertical.h" |
#include "SVGPathSegList.h" |
#include "SVGPathSegMoveto.h" |
+#include "core/dom/ExceptionCode.h" |
namespace WebCore { |