Index: Source/core/html/HTMLLinkElement.h |
diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h |
index 37399c4f5777896c46f6612bf8fd2c4651d6c431..974d7f3b420c3d256fdf8401bddc38055020572d 100644 |
--- a/Source/core/html/HTMLLinkElement.h |
+++ b/Source/core/html/HTMLLinkElement.h |
@@ -28,9 +28,9 @@ |
#include "core/css/CSSStyleSheet.h" |
#include "core/dom/DOMSettableTokenList.h" |
#include "core/dom/IconURL.h" |
+#include "core/dom/StyleSheetResource.h" |
+#include "core/dom/StyleSheetResourceClient.h" |
#include "core/fetch/ResourceOwner.h" |
-#include "core/fetch/StyleSheetResource.h" |
-#include "core/fetch/StyleSheetResourceClient.h" |
#include "core/html/HTMLElement.h" |
#include "core/html/LinkRelAttribute.h" |
#include "core/html/LinkResource.h" |