diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-10-17 20:20:53 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-10-17 20:20:53 +0000 |
commit | 11fdf8612c684b0faf85781ef1b2766bf6ea1f0b (patch) | |
tree | 4ab3dbc5756dbbea6dce71eb3974aff97dfd0402 /avahi-common/dbus-watch-glue.c | |
parent | 3adbda2cd5be48b7c630325f0f92e315d7eb2cfb (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-common/dbus-watch-glue.c')
-rw-r--r-- | avahi-common/dbus-watch-glue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-common/dbus-watch-glue.c b/avahi-common/dbus-watch-glue.c index 80d35f2..46fcc90 100644 --- a/avahi-common/dbus-watch-glue.c +++ b/avahi-common/dbus-watch-glue.c @@ -22,8 +22,8 @@ #include <assert.h> #include <stdio.h> -#include <avahi-common/malloc.h> - +#include "malloc.h" +#include "timeval.h" #include "dbus-watch-glue.h" static AvahiWatchEvent translate_dbus_to_avahi(unsigned int f) { |