| Index: sky/engine/platform/graphics/GraphicsTypes.cpp
|
| diff --git a/sky/engine/platform/graphics/GraphicsTypes.cpp b/sky/engine/platform/graphics/GraphicsTypes.cpp
|
| index 2b342058f701a5546de5f43b4ddb4b759dd93564..1f1a9607c37f4b4f2cfe545ddb8d64e1432f69c2 100644
|
| --- a/sky/engine/platform/graphics/GraphicsTypes.cpp
|
| +++ b/sky/engine/platform/graphics/GraphicsTypes.cpp
|
| @@ -24,11 +24,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/GraphicsTypes.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/GraphicsTypes.h"
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|