summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-05-25 22:46:27 +0100
committerVincent Sanders <vince@netsurf-browser.org>2013-05-28 14:16:10 +0100
commitee6e6eec050a38d9e795df86fa7a45ca313f8845 (patch)
treec9f2431d8865e7a0b6483912b1192a324600ec7e /render/box_construct.c
parenta5355ec55721b6d874168d979338044c4a12dc52 (diff)
downloadnetsurf-ee6e6eec050a38d9e795df86fa7a45ca313f8845.tar.gz
netsurf-ee6e6eec050a38d9e795df86fa7a45ca313f8845.tar.bz2
move options include
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 78d0f6742..03e87e81d 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -36,7 +36,7 @@
#include "css/css.h"
#include "css/utils.h"
#include "css/select.h"
-#include "desktop/options.h"
+#include "utils/nsoption.h"
#include "render/box.h"
#include "render/box_textarea.h"
#include "render/form.h"