summaryrefslogtreecommitdiff
path: root/contrib/unbound
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2013-09-15 00:37:30 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2013-09-15 00:37:30 +0000
commit69d86e3ff0c9e662f50411fe12a492ee93600429 (patch)
tree63f8ca6aa521bd90a2917d9e1c966beaa810b80d /contrib/unbound
parent04b59eac33bdaaa5080c08e0d01adacc0f20cfc8 (diff)
downloadsrc-test2-69d86e3ff0c9e662f50411fe12a492ee93600429.tar.gz
src-test2-69d86e3ff0c9e662f50411fe12a492ee93600429.zip
Notes
Diffstat (limited to 'contrib/unbound')
-rw-r--r--contrib/unbound/util/fptr_wlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/unbound/util/fptr_wlist.c b/contrib/unbound/util/fptr_wlist.c
index 6bb95a5318bf..2d5ba5c90773 100644
--- a/contrib/unbound/util/fptr_wlist.c
+++ b/contrib/unbound/util/fptr_wlist.c
@@ -46,8 +46,6 @@
#include "config.h"
#include "util/fptr_wlist.h"
#include "util/mini_event.h"
-#include "daemon/worker.h"
-#include "daemon/remote.h"
#include "services/outside_network.h"
#include "services/mesh.h"
#include "services/localzone.h"
@@ -69,6 +67,7 @@
#include "util/locks.h"
#include "libunbound/libworker.h"
#include "libunbound/context.h"
+#include "libunbound/worker.h"
#include "util/tube.h"
#include "util/config_file.h"
#ifdef UB_ON_WINDOWS