| Index: sky/engine/platform/fonts/SegmentedFontData.cpp
|
| diff --git a/sky/engine/platform/fonts/SegmentedFontData.cpp b/sky/engine/platform/fonts/SegmentedFontData.cpp
|
| index 93fd038acccd39c085d3d738e28244c1aca65c78..5d0dafbfd5911d628e7e520d71a1047d00306dca 100644
|
| --- a/sky/engine/platform/fonts/SegmentedFontData.cpp
|
| +++ b/sky/engine/platform/fonts/SegmentedFontData.cpp
|
| @@ -23,12 +23,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/fonts/SegmentedFontData.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/fonts/SegmentedFontData.h"
|
|
|
| -#include "platform/fonts/SimpleFontData.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/platform/fonts/SimpleFontData.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|