| Index: sky/engine/core/html/HTMLScriptElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLScriptElement.cpp b/sky/engine/core/html/HTMLScriptElement.cpp
|
| index b850fd47abe260a87dd134c858e5383879dc1aa1..ab8f902249c610f8a4729392780edea820ddcf8e 100644
|
| --- a/sky/engine/core/html/HTMLScriptElement.cpp
|
| +++ b/sky/engine/core/html/HTMLScriptElement.cpp
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/html/HTMLScriptElement.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/html/HTMLScriptElement.h"
|
|
|
| namespace blink {
|
|
|
|
|