summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/fb/font_freetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/kolibrios/fb/font_freetype.c')
-rw-r--r--frontends/kolibrios/fb/font_freetype.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/kolibrios/fb/font_freetype.c b/frontends/kolibrios/fb/font_freetype.c
index e7c07f5ff..68a54a384 100644
--- a/frontends/kolibrios/fb/font_freetype.c
+++ b/frontends/kolibrios/fb/font_freetype.c
@@ -32,9 +32,9 @@
#include "netsurf/browser_window.h"
#include "netsurf/plot_style.h"
-#include "framebuffer/gui.h"
-#include "framebuffer/font.h"
-#include "framebuffer/findfile.h"
+#include "kolibrios/fb/gui.h"
+#include "kolibrios/fb/font.h"
+#include "kolibrios/fb/findfile.h"
/* glyph cache minimum size */
#define CACHE_MIN_SIZE (100 * 1024)