| Index: sky/engine/platform/exported/linux/WebFontRenderStyle.cpp
|
| diff --git a/sky/engine/platform/exported/linux/WebFontRenderStyle.cpp b/sky/engine/platform/exported/linux/WebFontRenderStyle.cpp
|
| index 17d453efd8dfd06c1a4b8993c920265e2e00c979..16002ba57ff5ecb1be0027ba5a08b14bbdc33d8b 100644
|
| --- a/sky/engine/platform/exported/linux/WebFontRenderStyle.cpp
|
| +++ b/sky/engine/platform/exported/linux/WebFontRenderStyle.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "public/platform/linux/WebFontRenderStyle.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/platform/linux/WebFontRenderStyle.h"
|
|
|
| -#include "platform/fonts/FontRenderStyle.h"
|
| +#include "sky/engine/platform/fonts/FontRenderStyle.h"
|
|
|
| using blink::FontRenderStyle;
|
|
|
|
|