X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fwatch.h;h=bc8ae2f71c83df5da7073bc354f39ce31a919b5c;hb=1b00ed03e1a2903b01565e270300f35c3d7db1ae;hp=9f82729e68c49d13a22674fe81fcfd26acc759c5;hpb=9519191947bd7695208c6c57dc9db297323853a3;p=catta diff --git a/avahi-common/watch.h b/avahi-common/watch.h index 9f82729..bc8ae2f 100644 --- a/avahi-common/watch.h +++ b/avahi-common/watch.h @@ -25,13 +25,11 @@ /** \file watch.h Simplistic main loop abstraction */ #include -#include +#include -#include "timeval.h" +#include -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_BEGIN -#endif /** An I/O watch object */ typedef struct AvahiWatch AvahiWatch; @@ -95,9 +93,7 @@ struct AvahiPoll { void (*timeout_free)(AvahiTimeout *t); }; -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END -#endif #endif