Index: Source/core/dom/ContainerNodeAlgorithms.cpp |
diff --git a/Source/core/dom/ContainerNodeAlgorithms.cpp b/Source/core/dom/ContainerNodeAlgorithms.cpp |
index 8c65e79e6d29f5c13f43772566ba009ede72df8a..43dcaac5a9c6d54f1a0917d8017622fc86eebe9d 100644 |
--- a/Source/core/dom/ContainerNodeAlgorithms.cpp |
+++ b/Source/core/dom/ContainerNodeAlgorithms.cpp |
@@ -24,11 +24,11 @@ |
*/ |
#include "config.h" |
-#include "ContainerNodeAlgorithms.h" |
+#include "core/dom/ContainerNodeAlgorithms.h" |
-#include "Element.h" |
-#include "ElementShadow.h" |
#include "HTMLFrameOwnerElement.h" |
+#include "core/dom/Element.h" |
+#include "core/dom/ElementShadow.h" |
namespace WebCore { |