| Index: sky/engine/core/dom/SelectorQuery.cpp
|
| diff --git a/sky/engine/core/dom/SelectorQuery.cpp b/sky/engine/core/dom/SelectorQuery.cpp
|
| index 3d57e660cdeb4297304da89dfe49cf985265ee16..8eb8e5bb4ed26424ad50683f0278902da7702095 100644
|
| --- a/sky/engine/core/dom/SelectorQuery.cpp
|
| +++ b/sky/engine/core/dom/SelectorQuery.cpp
|
| @@ -24,16 +24,16 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/SelectorQuery.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/SelectorQuery.h"
|
|
|
| -#include "bindings/core/v8/ExceptionState.h"
|
| -#include "core/css/parser/BisonCSSParser.h"
|
| -#include "core/css/SelectorChecker.h"
|
| -#include "core/dom/Document.h"
|
| -#include "core/dom/ElementTraversal.h"
|
| -#include "core/dom/Node.h"
|
| -#include "core/dom/StaticNodeList.h"
|
| +#include "sky/engine/bindings/core/v8/ExceptionState.h"
|
| +#include "sky/engine/core/css/SelectorChecker.h"
|
| +#include "sky/engine/core/css/parser/BisonCSSParser.h"
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/dom/ElementTraversal.h"
|
| +#include "sky/engine/core/dom/Node.h"
|
| +#include "sky/engine/core/dom/StaticNodeList.h"
|
|
|
| namespace blink {
|
|
|
|
|