Index: Source/core/html/HTMLLinkElement.cpp |
diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp |
index e41bf00e2ea4a453d81439362cea59f73085fc10..36c67f7bd0be44e46ec73059888ccb09d9aa9467 100644 |
--- a/Source/core/html/HTMLLinkElement.cpp |
+++ b/Source/core/html/HTMLLinkElement.cpp |
@@ -34,8 +34,8 @@ |
#include "core/css/resolver/StyleResolver.h" |
#include "core/dom/Attribute.h" |
#include "core/dom/Document.h" |
-#include "core/dom/Event.h" |
-#include "core/dom/EventSender.h" |
+#include "core/events/Event.h" |
+#include "core/events/EventSender.h" |
#include "core/dom/StyleEngine.h" |
#include "core/fetch/CSSStyleSheetResource.h" |
#include "core/fetch/FetchRequest.h" |