| Index: sky/engine/core/dom/StyleSheetCandidate.cpp
|
| diff --git a/sky/engine/core/dom/StyleSheetCandidate.cpp b/sky/engine/core/dom/StyleSheetCandidate.cpp
|
| index 80ea3d06dfef1deaec5ea439118892ea3d436eae..f1194dcf88e164e82d0810f1f02bbcb38de97fb2 100644
|
| --- a/sky/engine/core/dom/StyleSheetCandidate.cpp
|
| +++ b/sky/engine/core/dom/StyleSheetCandidate.cpp
|
| @@ -24,13 +24,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/StyleSheetCandidate.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/StyleSheetCandidate.h"
|
|
|
| -#include "core/dom/Element.h"
|
| -#include "core/dom/StyleEngine.h"
|
| -#include "core/html/HTMLStyleElement.h"
|
| -#include "core/html/imports/HTMLImport.h"
|
| +#include "sky/engine/core/dom/Element.h"
|
| +#include "sky/engine/core/dom/StyleEngine.h"
|
| +#include "sky/engine/core/html/HTMLStyleElement.h"
|
| +#include "sky/engine/core/html/imports/HTMLImport.h"
|
|
|
| namespace blink {
|
|
|
|
|