summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 11:51:10 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 11:51:10 +0100
commitc041393e66b4a75cfc1165e184be77cc974a63cb (patch)
tree6e57207a4e8d8b4eee3d28be9fc40b3a0f78622a /desktop/gui_factory.c
parent9ce71876ce500e242e2384c21abb38a8f431138b (diff)
downloadnetsurf-c041393e66b4a75cfc1165e184be77cc974a63cb.tar.gz
netsurf-c041393e66b4a75cfc1165e184be77cc974a63cb.tar.bz2
move netsurf header into public API
Diffstat (limited to 'desktop/gui_factory.c')
-rw-r--r--desktop/gui_factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index a085c0ca8..cecbe6e79 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -38,7 +38,7 @@
#include "netsurf/clipboard.h"
#include "netsurf/utf8.h"
#include "netsurf/layout.h"
-#include "desktop/netsurf.h"
+#include "netsurf/netsurf.h"
/**
* The global interface table.
@@ -743,7 +743,7 @@ static nserror verify_misc_register(struct gui_misc_table *gmt)
}
-/* exported interface documented in desktop/netsurf.h */
+/* exported interface documented in netsurf/netsurf.h */
nserror netsurf_register(struct netsurf_table *gt)
{
nserror err;