summaryrefslogtreecommitdiff
path: root/frontends/riscos/textselection.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/riscos/textselection.c')
-rw-r--r--frontends/riscos/textselection.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/frontends/riscos/textselection.c b/frontends/riscos/textselection.c
index 81ccc3a68..81274484a 100644
--- a/frontends/riscos/textselection.c
+++ b/frontends/riscos/textselection.c
@@ -16,9 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
- * Text selection code (platform-dependent implementation)
- */
+/**
+ * \file
+ * RISC OS text selection implementation.
+ */
#include <assert.h>
#include <stdio.h>
@@ -34,7 +35,7 @@
#include "netsurf/clipboard.h"
#include "netsurf/window.h"
#include "desktop/textinput.h"
-#include "desktop/browser.h"
+#include "netsurf/browser_window.h"
#include "riscos/gui.h"
#include "riscos/menus.h"