Index: Source/core/editing/InsertListCommand.cpp |
diff --git a/Source/core/editing/InsertListCommand.cpp b/Source/core/editing/InsertListCommand.cpp |
index 9a983a5eedb8164cf8349cca22715133940f414a..da3037e762954e4315ea23d5cc5a29735f269474 100644 |
--- a/Source/core/editing/InsertListCommand.cpp |
+++ b/Source/core/editing/InsertListCommand.cpp |
@@ -24,11 +24,11 @@ |
*/ |
#include "config.h" |
-#include "DocumentFragment.h" |
-#include "Element.h" |
-#include "ExceptionCodePlaceholder.h" |
#include "HTMLElement.h" |
#include "HTMLNames.h" |
+#include "core/dom/DocumentFragment.h" |
+#include "core/dom/Element.h" |
+#include "core/dom/ExceptionCodePlaceholder.h" |
#include "core/editing/InsertListCommand.h" |
#include "core/editing/TextIterator.h" |
#include "core/editing/VisibleUnits.h" |