[patch hail 1/2] use hail_log.h

Pete Zaitcev <[email protected]> Wed, 10 Nov 2010 13:50:32 -0700
Newsgroups org.kernel.vger.hail-devel
Message-ID <[email protected]>
I think forward declarations are not needed if we have a nice leaf header.

Signed-off-by: Pete Zaitcev <[email protected]>

---
 include/cld_common.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 12f0fd5e0c6925299617082d834220396fae252e
Author: Pete Zaitcev <[email protected]>
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;