summaryrefslogtreecommitdiff
path: root/desktop/selection.c
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 /desktop/selection.c
parent1eb86d9df2d6897d11b712f21d4ac23390fbdc70 (diff)
downloadnetsurf-d240bec03627f5a26cd70e83a58483c69834f7c2.tar.gz
netsurf-d240bec03627f5a26cd70e83a58483c69834f7c2.tar.bz2
move clipboard header into public API
Diffstat (limited to 'desktop/selection.c')
-rw-r--r--desktop/selection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/selection.c b/desktop/selection.c
index 8f064d4a6..d2e326af3 100644
--- a/desktop/selection.c
+++ b/desktop/selection.c
@@ -42,7 +42,7 @@
#include "desktop/plotters.h"
#include "desktop/save_text.h"
#include "desktop/selection.h"
-#include "desktop/gui_clipboard.h"
+#include "netsurf/clipboard.h"
#include "netsurf/window.h"
#include "desktop/gui_internal.h"