Index: Source/core/dom/VisitedLinkState.h |
diff --git a/Source/core/dom/VisitedLinkState.h b/Source/core/dom/VisitedLinkState.h |
index d52b6f68942e30b62d1f99203161b55eaa25c032..74e6c1a17d3137387bb36320439d3908dcdd1862 100644 |
--- a/Source/core/dom/VisitedLinkState.h |
+++ b/Source/core/dom/VisitedLinkState.h |
@@ -29,8 +29,8 @@ |
#ifndef VisitedLinkState_h |
#define VisitedLinkState_h |
-#include "Element.h" |
#include "XLinkNames.h" |
+#include "core/dom/Element.h" |
#include "core/platform/LinkHash.h" |
#include "core/rendering/style/RenderStyleConstants.h" |
#include <wtf/HashSet.h> |