From d240bec03627f5a26cd70e83a58483c69834f7c2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 11:04:32 +0100 Subject: move clipboard header into public API --- frontends/windows/gui.c | 2 +- frontends/windows/pointers.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/windows') diff --git a/frontends/windows/gui.c b/frontends/windows/gui.c index 9923ecfaa..cb75cdfc4 100644 --- a/frontends/windows/gui.c +++ b/frontends/windows/gui.c @@ -32,7 +32,7 @@ #include "utils/file.h" #include "utils/messages.h" #include "desktop/browser.h" -#include "desktop/gui_clipboard.h" +#include "netsurf/clipboard.h" #include "windows/schedule.h" #include "windows/window.h" diff --git a/frontends/windows/pointers.c b/frontends/windows/pointers.c index b5b74545d..abb4fe760 100644 --- a/frontends/windows/pointers.c +++ b/frontends/windows/pointers.c @@ -30,7 +30,7 @@ #include "utils/url.h" #include "utils/file.h" #include "desktop/browser.h" -#include "desktop/gui_clipboard.h" +#include "netsurf/clipboard.h" #include "windows/schedule.h" #include "windows/window.h" -- cgit v1.2.3