summaryrefslogtreecommitdiffstats
path: root/avahi-core/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-09 15:00:34 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-09 15:00:34 +0000
commitbaf1f046e0255c4e0f864044ce06fe3d360eb4da (patch)
treedae105978caab314ce7b4c5a97804cc1dcc1bab2 /avahi-core/core.h
parent9681c6175cda1ab1bb3bf5b0ffe326f0b80823de (diff)
move rr.[ch] back to avahi-core/
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@286 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/core.h')
-rw-r--r--avahi-core/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-core/core.h b/avahi-core/core.h
index ec0b981..f51bd6b 100644
--- a/avahi-core/core.h
+++ b/avahi-core/core.h
@@ -34,7 +34,6 @@
* services using an embedded mDNS stack. */
#include <avahi-common/cdecl.h>
-#include <avahi-common/defs.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_BEGIN
@@ -53,10 +52,11 @@ typedef struct AvahiEntryGroup AvahiEntryGroup;
AVAHI_C_DECL_END
#endif
+#include <avahi-core/rr.h>
#include <avahi-common/address.h>
-#include <avahi-common/rr.h>
#include <avahi-common/alternative.h>
#include <avahi-common/error.h>
+#include <avahi-common/defs.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_BEGIN