Index: Source/core/html/HTMLParagraphElement.cpp |
diff --git a/Source/core/html/HTMLParagraphElement.cpp b/Source/core/html/HTMLParagraphElement.cpp |
index d6a6d0216c6f3d14d699d6ed8985600f106834c0..bd98cc9f93f03f721ca99c66a954097c17cca8fa 100644 |
--- a/Source/core/html/HTMLParagraphElement.cpp |
+++ b/Source/core/html/HTMLParagraphElement.cpp |
@@ -23,11 +23,11 @@ |
#include "config.h" |
#include "HTMLParagraphElement.h" |
-#include "Attribute.h" |
#include "CSSPropertyNames.h" |
#include "CSSValueKeywords.h" |
-#include "Document.h" |
#include "HTMLNames.h" |
+#include "core/dom/Attribute.h" |
+#include "core/dom/Document.h" |
namespace WebCore { |