| Index: sky/engine/platform/fonts/FontTest.cpp
|
| diff --git a/sky/engine/platform/fonts/FontTest.cpp b/sky/engine/platform/fonts/FontTest.cpp
|
| index 178f244b1317c6460d134819a64b2de41afb033d..94607028a1ca99c62c9eebc6247965f0a8b4a26f 100644
|
| --- a/sky/engine/platform/fonts/FontTest.cpp
|
| +++ b/sky/engine/platform/fonts/FontTest.cpp
|
| @@ -25,10 +25,10 @@
|
|
|
| // Tests for the Font class.
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "platform/fonts/Character.h"
|
| -#include "platform/fonts/Font.h"
|
| +#include "sky/engine/platform/fonts/Character.h"
|
| +#include "sky/engine/platform/fonts/Font.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|
|
|