| Index: sky/engine/core/dom/shadow/SelectRuleFeatureSet.cpp
|
| diff --git a/sky/engine/core/dom/shadow/SelectRuleFeatureSet.cpp b/sky/engine/core/dom/shadow/SelectRuleFeatureSet.cpp
|
| index 79af5ae1f96c06cffbf19fd21188fa9c51f34c70..2dd0a143c6a8f77cd963582df0457c7f8f2c9e2f 100644
|
| --- a/sky/engine/core/dom/shadow/SelectRuleFeatureSet.cpp
|
| +++ b/sky/engine/core/dom/shadow/SelectRuleFeatureSet.cpp
|
| @@ -28,12 +28,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/shadow/SelectRuleFeatureSet.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/shadow/SelectRuleFeatureSet.h"
|
|
|
| -#include "core/css/CSSSelector.h"
|
| +#include "sky/engine/core/css/CSSSelector.h"
|
|
|
| -#include "wtf/BitVector.h"
|
| +#include "sky/engine/wtf/BitVector.h"
|
|
|
| namespace blink {
|
|
|
|
|