summaryrefslogtreecommitdiffstats
path: root/avahi-core/rr.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-17 20:20:53 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-17 20:20:53 +0000
commit11fdf8612c684b0faf85781ef1b2766bf6ea1f0b (patch)
tree4ab3dbc5756dbbea6dce71eb3974aff97dfd0402 /avahi-core/rr.h
parent3adbda2cd5be48b7c630325f0f92e315d7eb2cfb (diff)
* do no longer include timeval.h in watch.h by default
* fix some include lines from "" to <> * drop dbus.h from doxygen, users of our libraries shouldn't care * other cleanups git-svn-id: file:///home/lennart/svn/public/avahi/trunk@801 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/rr.h')
-rw-r--r--avahi-core/rr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/avahi-core/rr.h b/avahi-core/rr.h
index 6824d2a..7c00152 100644
--- a/avahi-core/rr.h
+++ b/avahi-core/rr.h
@@ -24,13 +24,13 @@
/** \file rr.h Functions and definitions for manipulating DNS resource record (RR) data. */
+#include <inttypes.h>
+#include <sys/types.h>
+
#include <avahi-common/strlst.h>
#include <avahi-common/address.h>
#include <avahi-common/cdecl.h>
-#include <inttypes.h>
-#include <sys/types.h>
-
AVAHI_C_DECL_BEGIN
/** DNS record types, see RFC 1035 */