From ee6e6eec050a38d9e795df86fa7a45ca313f8845 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 25 May 2013 22:46:27 +0100 Subject: move options include --- framebuffer/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framebuffer/gui.c') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index 4277557b4..7e2ff2bc1 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -36,7 +36,7 @@ #include "desktop/mouse.h" #include "desktop/plotters.h" #include "desktop/netsurf.h" -#include "desktop/options.h" +#include "utils/nsoption.h" #include "utils/filepath.h" #include "utils/log.h" #include "utils/messages.h" @@ -476,7 +476,7 @@ process_cmdline(int argc, char** argv) return true; } -/* Documented in desktop/options.h */ +/* Documented in utils/nsoption.h */ void gui_options_init_defaults(void) { /* Set defaults for absent option strings */ -- cgit v1.2.3