summaryrefslogtreecommitdiff
path: root/frontends/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 11:04:32 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 11:04:32 +0100
commitd240bec03627f5a26cd70e83a58483c69834f7c2 (patch)
treec8e4d87c45cf00bebd78d2fcfbcc77bd1154b4d3 /frontends/windows
parent1eb86d9df2d6897d11b712f21d4ac23390fbdc70 (diff)
downloadnetsurf-d240bec03627f5a26cd70e83a58483c69834f7c2.tar.gz
netsurf-d240bec03627f5a26cd70e83a58483c69834f7c2.tar.bz2
move clipboard header into public API
Diffstat (limited to 'frontends/windows')
-rw-r--r--frontends/windows/gui.c2
-rw-r--r--frontends/windows/pointers.c2
2 files changed, 2 insertions, 2 deletions
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"