Module: sems Branch: master Commit: 8cac60c9a36c80ecb0dab0b7a6bd7cec508d15fd URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=8cac60c9a36c80ecb0dab0b7a6bd7cec508d15fd
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Mon May 2 10:19:11 2011 +0200 removed unneeded fwd decl. --- core/hash_table.h | 3 --- core/sip/trans_table.h | 1 + 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/core/hash_table.h b/core/hash_table.h index 7a59d5d..3c72679 100644 --- a/core/hash_table.h +++ b/core/hash_table.h @@ -39,9 +39,6 @@ using std::list; using std::map; -class sip_trans; -struct sip_msg; - template<class Value> class ht_bucket: public AmMutex diff --git a/core/sip/trans_table.h b/core/sip/trans_table.h index 1c2e0ea..c7f5fe6 100644 --- a/core/sip/trans_table.h +++ b/core/sip/trans_table.h @@ -3,6 +3,7 @@ #include "hash_table.h" #include "cstring.h" +#include "sip_trans.h" #define H_TABLE_POWER 10 #define H_TABLE_ENTRIES (1<<H_TABLE_POWER) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
