| Index: sky/engine/core/events/ResourceProgressEvent.cpp
|
| diff --git a/sky/engine/core/events/ResourceProgressEvent.cpp b/sky/engine/core/events/ResourceProgressEvent.cpp
|
| index 792762a78730494f9ae8c3d51176deb4c1e54fbc..66accccdfa560e6db3a1c715679ffc0f90119dd8 100644
|
| --- a/sky/engine/core/events/ResourceProgressEvent.cpp
|
| +++ b/sky/engine/core/events/ResourceProgressEvent.cpp
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/events/ResourceProgressEvent.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/events/ResourceProgressEvent.h"
|
|
|
| namespace blink {
|
|
|
|
|