X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fsimple-watch.h;h=7c83db39f50c424285199ddcccd9728ed39ca267;hb=0456242ed7e6ad6bb2afd2f8210e86dfa80ab9d2;hp=08335703c693ab9518a92fc8cd4bbf4cbf39aa86;hpb=d3e893754d3158b72d488e515535dfcac980e1c3;p=catta diff --git a/avahi-common/simple-watch.h b/avahi-common/simple-watch.h index 0833570..7c83db3 100644 --- a/avahi-common/simple-watch.h +++ b/avahi-common/simple-watch.h @@ -26,12 +26,9 @@ #include #include +#include -#include "watch.h" - -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_BEGIN -#endif /** A main loop object. Main loops of this type aren't very flexible * since they only support a single wakeup type. Nevertheless it @@ -85,8 +82,6 @@ int avahi_simple_poll_loop(AvahiSimplePoll *s); /** Wakeup the main loop. (for threaded environments) */ void avahi_simple_poll_wakeup(AvahiSimplePoll *s); -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END -#endif #endif