I think forward declarations are not needed if we have a nice leaf header. Signed-off-by: Pete Zaitcev <zaitcev@xxxxxxxxxx> --- include/cld_common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 12f0fd5e0c6925299617082d834220396fae252e Author: Pete Zaitcev <zaitcev@xxxxxxxxx> Date: Wed Nov 10 12:38:14 2010 -0700 Cleanup for hail_log. diff --git a/include/cld_common.h b/include/cld_common.h index 3ac18c6..84b1ec6 100644 --- a/include/cld_common.h +++ b/include/cld_common.h @@ -27,11 +27,10 @@ #include <glib.h> #include <openssl/sha.h> #include <cld_msg_rpc.h> +#include <hail_log.h> #define CLD_ALIGN8(n) ((8 - ((n) & 7)) & 7) -struct hail_log; - struct cld_timer { bool fired; bool on_list; -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html