diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-09-23 06:08:19 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-09-23 06:08:19 +0000 |
commit | a1925522db977eb4ec45ea023a6d68b8ec3ebf3f (patch) | |
tree | ffdae4a89b32ecc12a92475e2bbce1803011ec1a /tap-sctpchunkstat.c | |
parent | f12ef203b39206726a435590e64f8014f6b84ec9 (diff) |
Remove unnecessary include: register.h
svn path=/trunk/; revision=34194
Diffstat (limited to 'tap-sctpchunkstat.c')
-rw-r--r-- | tap-sctpchunkstat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tap-sctpchunkstat.c b/tap-sctpchunkstat.c index 5730395d0a..fcb8285240 100644 --- a/tap-sctpchunkstat.c +++ b/tap-sctpchunkstat.c @@ -39,7 +39,6 @@ #include <epan/tap.h> #include <epan/stat_cmd_args.h> #include "epan/value_string.h" -#include "register.h" #include <epan/dissectors/packet-sctp.h> #include <epan/to_str.h> @@ -105,7 +104,7 @@ sctpstat_reset(void *phs) } -static sctp_ep_t* +static sctp_ep_t* alloc_sctp_ep(const struct _sctp_info *si) { sctp_ep_t* ep; |