Index: Source/core/html/HTMLProgressElement.cpp |
diff --git a/Source/core/html/HTMLProgressElement.cpp b/Source/core/html/HTMLProgressElement.cpp |
index fce266f9dc01a550d716eda6cc02e0d47d3e50d8..e8ad0732aebe9cd1049d65e0d74fc2ffa29702a1 100644 |
--- a/Source/core/html/HTMLProgressElement.cpp |
+++ b/Source/core/html/HTMLProgressElement.cpp |
@@ -22,15 +22,15 @@ |
#include "HTMLProgressElement.h" |
-#include "Attribute.h" |
-#include "EventNames.h" |
-#include "ExceptionCode.h" |
#include "HTMLDivElement.h" |
#include "HTMLNames.h" |
#include "HTMLParserIdioms.h" |
-#include "NodeRenderingContext.h" |
#include "ProgressShadowElement.h" |
-#include "ShadowRoot.h" |
+#include "core/dom/Attribute.h" |
+#include "core/dom/EventNames.h" |
+#include "core/dom/ExceptionCode.h" |
+#include "core/dom/NodeRenderingContext.h" |
+#include "core/dom/ShadowRoot.h" |
#include "core/rendering/RenderProgress.h" |
#include <wtf/StdLibExtras.h> |