summaryrefslogtreecommitdiff
path: root/render/textplain.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 17:32:57 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 17:32:57 +0100
commit7fc0a4c481d7adad14a42740037d50b2f9e1cdc1 (patch)
tree8f7a0958d76f97cf921f834c6f68218bfce1b003 /render/textplain.c
parent8711fbe47dd0381efd09717b719b79be3d819f49 (diff)
downloadnetsurf-7fc0a4c481d7adad14a42740037d50b2f9e1cdc1.tar.gz
netsurf-7fc0a4c481d7adad14a42740037d50b2f9e1cdc1.tar.bz2
move desktop window header into public API
Diffstat (limited to 'render/textplain.c')
-rw-r--r--render/textplain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/textplain.c b/render/textplain.c
index 9fe560d72..2323f431b 100644
--- a/render/textplain.c
+++ b/render/textplain.c
@@ -40,7 +40,7 @@
#include "content/content_protected.h"
#include "content/hlcache.h"
#include "content/handlers/css/utils.h"
-#include "desktop/browser.h"
+#include "netsurf/browser_window.h"
#include "utils/nsoption.h"
#include "desktop/plotters.h"
#include "desktop/search.h"