Index: Source/core/html/HTMLMeterElement.cpp |
diff --git a/Source/core/html/HTMLMeterElement.cpp b/Source/core/html/HTMLMeterElement.cpp |
index 88e1e9eb397d4ffecaf2fcc1bb4cb936080a8cd5..c621ebaca158f2ca183552abf6b11db64b6c7089 100644 |
--- a/Source/core/html/HTMLMeterElement.cpp |
+++ b/Source/core/html/HTMLMeterElement.cpp |
@@ -22,16 +22,16 @@ |
#include "HTMLMeterElement.h" |
-#include "Attribute.h" |
-#include "EventNames.h" |
-#include "ExceptionCode.h" |
#include "FormDataList.h" |
#include "HTMLFormElement.h" |
#include "HTMLNames.h" |
#include "HTMLParserIdioms.h" |
#include "MeterShadowElement.h" |
-#include "NodeRenderingContext.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/page/Page.h" |
#include "core/rendering/RenderMeter.h" |
#include "core/rendering/RenderTheme.h" |