X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fllist.h;h=37474e1883868fedb86ffb3319760ce71cfd6890;hb=d9fd3e92dd9ae1b51e22053510da90c5af563bfd;hp=05a9d525d38f19c4f7018a612785965863a9b334;hpb=159f71aced253cde858c047976308431dd1514ba;p=catta diff --git a/avahi-common/llist.h b/avahi-common/llist.h index 05a9d52..37474e1 100644 --- a/avahi-common/llist.h +++ b/avahi-common/llist.h @@ -26,9 +26,9 @@ #include -#ifndef DOXYGEN_SHOULD_SKIP_THIS +#include + AVAHI_C_DECL_BEGIN -#endif /** The head of the linked list. Use this in the structure that shall * contain the head of the linked list */ @@ -72,9 +72,6 @@ AVAHI_C_DECL_BEGIN _item->name##_next = _item->name##_prev = NULL; \ } while(0) -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END -#endif - #endif