summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-17 22:28:01 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-17 22:28:01 +0000
commit730f9eb9d43de11bbb7b74280ac2ed3d92bab645 (patch)
treea2f227f9ed2478838f0aa29f886ef35b3a929682 /tests
parent263515cd1d7b52ce2ad3dc55a93b9d6f730133f1 (diff)
rename server.h to internal.h
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@804 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'tests')
-rw-r--r--tests/c-plus-plus-test.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/c-plus-plus-test.cc b/tests/c-plus-plus-test.cc
index b1b324c..fcdc7a4 100644
--- a/tests/c-plus-plus-test.cc
+++ b/tests/c-plus-plus-test.cc
@@ -44,11 +44,13 @@
#include <avahi-core/browse.h>
#include <avahi-core/cache.h>
#include <avahi-core/core.h>
+#include <avahi-core/dns-srv-rr.h>
#include <avahi-core/dns.h>
#include <avahi-core/fdutil.h>
#include <avahi-core/hashmap.h>
#include <avahi-core/iface-linux.h>
#include <avahi-core/iface.h>
+#include <avahi-core/internal.h>
#include <avahi-core/log.h>
#include <avahi-core/lookup.h>
#include <avahi-core/multicast-lookup.h>
@@ -61,13 +63,14 @@
#include <avahi-core/response-sched.h>
#include <avahi-core/rr.h>
#include <avahi-core/rrlist.h>
-#include <avahi-core/server.h>
#include <avahi-core/socket.h>
#include <avahi-core/timeeventq.h>
#include <avahi-core/util.h>
#include <avahi-core/wide-area.h>
#include <avahi-client/client.h>
#include <avahi-client/internal.h>
+#include <avahi-client/lookup.h>
+#include <avahi-client/publish.h>
#include <avahi-glib/glib-malloc.h>
#include <avahi-glib/glib-watch.h>