| Index: sky/engine/platform/fonts/SimpleFontData.cpp
|
| diff --git a/sky/engine/platform/fonts/SimpleFontData.cpp b/sky/engine/platform/fonts/SimpleFontData.cpp
|
| index e66f21508dea45a7079777535f045babe6a3894b..8fb52e0c3b25c1dba252059a188bc8957e543ad4 100644
|
| --- a/sky/engine/platform/fonts/SimpleFontData.cpp
|
| +++ b/sky/engine/platform/fonts/SimpleFontData.cpp
|
| @@ -27,10 +27,10 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/fonts/SimpleFontData.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/fonts/SimpleFontData.h"
|
|
|
| -#include "wtf/MathExtras.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|