summaryrefslogtreecommitdiff
path: root/frontends/beos/window.cpp
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/beos/window.cpp
parent1eb86d9df2d6897d11b712f21d4ac23390fbdc70 (diff)
downloadnetsurf-d240bec03627f5a26cd70e83a58483c69834f7c2.tar.gz
netsurf-d240bec03627f5a26cd70e83a58483c69834f7c2.tar.bz2
move clipboard header into public API
Diffstat (limited to 'frontends/beos/window.cpp')
-rw-r--r--frontends/beos/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/beos/window.cpp b/frontends/beos/window.cpp
index 2938b154a..27be98786 100644
--- a/frontends/beos/window.cpp
+++ b/frontends/beos/window.cpp
@@ -34,7 +34,7 @@ extern "C" {
#include "desktop/textinput.h"
#include "desktop/plotters.h"
#include "netsurf/window.h"
-#include "desktop/gui_clipboard.h"
+#include "netsurf/clipboard.h"
}
#include "beos/about.h"