Index: Source/core/html/shadow/ContentSelectorQuery.cpp |
diff --git a/Source/core/html/shadow/ContentSelectorQuery.cpp b/Source/core/html/shadow/ContentSelectorQuery.cpp |
index 2b71b0908109ca1fd236a8732ec5375b049a70f6..714ab214be55bddb75b9ed864bdd5791a1c6031d 100644 |
--- a/Source/core/html/shadow/ContentSelectorQuery.cpp |
+++ b/Source/core/html/shadow/ContentSelectorQuery.cpp |
@@ -27,11 +27,11 @@ |
#include "config.h" |
#include "ContentSelectorQuery.h" |
-#include "CSSSelectorList.h" |
#include "InsertionPoint.h" |
-#include "SelectorChecker.h" |
#include "ShadowRoot.h" |
-#include "SiblingTraversalStrategies.h" |
+#include "core/css/CSSSelectorList.h" |
+#include "core/css/SelectorChecker.h" |
+#include "core/css/SiblingTraversalStrategies.h" |
namespace WebCore { |