summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.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/gui_factory.c
parent1eb86d9df2d6897d11b712f21d4ac23390fbdc70 (diff)
downloadnetsurf-d240bec03627f5a26cd70e83a58483c69834f7c2.tar.gz
netsurf-d240bec03627f5a26cd70e83a58483c69834f7c2.tar.bz2
move clipboard header into public API
Diffstat (limited to 'desktop/gui_factory.c')
-rw-r--r--desktop/gui_factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index 5ee6326ed..65a3c584a 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -35,7 +35,7 @@
#include "desktop/gui_misc.h"
#include "netsurf/window.h"
#include "netsurf/search.h"
-#include "desktop/gui_clipboard.h"
+#include "netsurf/clipboard.h"
#include "desktop/gui_utf8.h"
#include "desktop/gui_layout.h"
#include "desktop/netsurf.h"