X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fset.h;h=2b49e2f2870fefdc2191ed7f2321fcbb1a73e579;hp=4605ecd2c17caedb7465ea22b8ec265a5cb6d5bc;hb=20f56fddcd58c84fa73597486e905c652667214f;hpb=89439d4fc0d29f04ac68432fd06ab84bc4e36e20 diff --git a/src/shared/set.h b/src/shared/set.h index 4605ecd2c..2b49e2f28 100644 --- a/src/shared/set.h +++ b/src/shared/set.h @@ -22,7 +22,7 @@ ***/ #include "hashmap.h" -#include "util.h" +#include "macro.h" Set *internal_set_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS); #define set_new(ops) internal_set_new(ops HASHMAP_DEBUG_SRC_ARGS)