From c77fa3066e981d5a620850148926ea31d6145f9c Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Fri, 14 Apr 2017 14:06:18 +0200 Subject: Steal framebuffer and reuse in kolibrios port --- frontends/kolibrios/fb/fbtk/fbtk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontends/kolibrios/fb/fbtk/fbtk.c') diff --git a/frontends/kolibrios/fb/fbtk/fbtk.c b/frontends/kolibrios/fb/fbtk/fbtk.c index c63a6d8c9..5d1f25ac9 100644 --- a/frontends/kolibrios/fb/fbtk/fbtk.c +++ b/frontends/kolibrios/fb/fbtk/fbtk.c @@ -37,9 +37,9 @@ #include "netsurf/browser_window.h" #include "netsurf/plotters.h" -#include "framebuffer/gui.h" -#include "framebuffer/fbtk.h" -#include "framebuffer/image_data.h" +#include "kolibrios/fb/gui.h" +#include "kolibrios/fb/fbtk.h" +#include "kolibrios/fb/image_data.h" #include "widget.h" -- cgit v1.2.3