pnoltes commented on code in PR #446: URL: https://github.com/apache/celix/pull/446#discussion_r1050889113
########## libs/utils/include/celix_properties.h: ########## @@ -18,10 +18,8 @@ */ #include <stdio.h> - -#include "hash_map.h" -#include "exports.h" #include "celix_errno.h" +#include "celixbool.h" Review Comment: Replaced usage of celixbool.h to stdbool.h, simplified celixbool.h and added a warning pragma to use stdbool.h instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org