Index: Source/core/html/HTMLMapElement.cpp |
diff --git a/Source/core/html/HTMLMapElement.cpp b/Source/core/html/HTMLMapElement.cpp |
index 4082fcc3b2df317947a5a84172c9a931061dc07a..fed5813fe7d8a3b30b0dd48c248e9e259f323903 100644 |
--- a/Source/core/html/HTMLMapElement.cpp |
+++ b/Source/core/html/HTMLMapElement.cpp |
@@ -22,13 +22,13 @@ |
#include "config.h" |
#include "HTMLMapElement.h" |
-#include "Attribute.h" |
-#include "Document.h" |
#include "HTMLAreaElement.h" |
#include "HTMLCollection.h" |
#include "HTMLImageElement.h" |
#include "HTMLNames.h" |
-#include "NodeTraversal.h" |
+#include "core/dom/Attribute.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/NodeTraversal.h" |
#include "core/platform/graphics/IntSize.h" |
#include "core/rendering/HitTestResult.h" |
#include "core/rendering/RenderObject.h" |