| Index: sky/engine/core/css/CSSCursorImageValue.h
|
| diff --git a/sky/engine/core/css/CSSCursorImageValue.h b/sky/engine/core/css/CSSCursorImageValue.h
|
| index c015aa4b53c608ad80c5189874aaac0aaa6fd37a..13f9196954c8aa84834dfc473d61f22449809a96 100644
|
| --- a/sky/engine/core/css/CSSCursorImageValue.h
|
| +++ b/sky/engine/core/css/CSSCursorImageValue.h
|
| @@ -21,9 +21,9 @@
|
| #ifndef CSSCursorImageValue_h
|
| #define CSSCursorImageValue_h
|
|
|
| -#include "core/css/CSSImageValue.h"
|
| -#include "platform/geometry/IntPoint.h"
|
| -#include "wtf/HashSet.h"
|
| +#include "sky/engine/core/css/CSSImageValue.h"
|
| +#include "sky/engine/platform/geometry/IntPoint.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
|
|
| namespace blink {
|
|
|
|
|