Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index e2a2b1b8f7d994aab87cef43d1404dde06cea2c5..fa7b59a48581396846aae312fb9852d64ba34e35 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -25,12 +25,12 @@ |
#ifndef Element_h |
#define Element_h |
-#include "Attribute.h" |
#include "CollectionType.h" |
-#include "Document.h" |
-#include "FragmentScriptingPermission.h" |
#include "HTMLNames.h" |
-#include "SpaceSplitString.h" |
+#include "core/dom/Attribute.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/FragmentScriptingPermission.h" |
+#include "core/dom/SpaceSplitString.h" |
#include "core/platform/ScrollTypes.h" |
namespace WebCore { |