| Index: sky/engine/core/html/ClassList.cpp
|
| diff --git a/sky/engine/core/html/ClassList.cpp b/sky/engine/core/html/ClassList.cpp
|
| index 35e32c18d2e313ebeca3dcf852338e9c263007b7..2ae4d19169319153a9a8f964e208ef1154c891cf 100644
|
| --- a/sky/engine/core/html/ClassList.cpp
|
| +++ b/sky/engine/core/html/ClassList.cpp
|
| @@ -22,10 +22,10 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/html/ClassList.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/html/ClassList.h"
|
|
|
| -#include "core/dom/Document.h"
|
| +#include "sky/engine/core/dom/Document.h"
|
|
|
| namespace blink {
|
|
|
|
|