| Index: sky/engine/platform/fonts/GlyphBuffer.h
|
| diff --git a/sky/engine/platform/fonts/GlyphBuffer.h b/sky/engine/platform/fonts/GlyphBuffer.h
|
| index 5ca769b548f2922eccef52c32b1749d8b77e8aba..6a99a635f2c3853606ca6d61369484167bf6e9c0 100644
|
| --- a/sky/engine/platform/fonts/GlyphBuffer.h
|
| +++ b/sky/engine/platform/fonts/GlyphBuffer.h
|
| @@ -30,9 +30,9 @@
|
| #ifndef GlyphBuffer_h
|
| #define GlyphBuffer_h
|
|
|
| -#include "platform/fonts/Glyph.h"
|
| -#include "platform/geometry/FloatSize.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/platform/fonts/Glyph.h"
|
| +#include "sky/engine/platform/geometry/FloatSize.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|