| Index: sky/engine/core/html/imports/HTMLImport.cpp
|
| diff --git a/sky/engine/core/html/imports/HTMLImport.cpp b/sky/engine/core/html/imports/HTMLImport.cpp
|
| index baecce792c3bbd03ca77b67b43ccdb0de7468d6c..91971b58e3edd8a1d38cc8f19f0ae929b0ced865 100644
|
| --- a/sky/engine/core/html/imports/HTMLImport.cpp
|
| +++ b/sky/engine/core/html/imports/HTMLImport.cpp
|
| @@ -28,12 +28,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/html/imports/HTMLImport.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/html/imports/HTMLImport.h"
|
|
|
| -#include "core/dom/Document.h"
|
| -#include "core/html/imports/HTMLImportStateResolver.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/html/imports/HTMLImportStateResolver.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|