From e5cb42249f7fd5b730667150c9c19f10d2f215fd Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 25 Jul 2008 13:05:12 +0200 Subject: cleanup: split internal.h into several internal header files This patch cleanups the internal headers by splitting them into several logical pieces. Signed-off-by: Pablo Neira Ayuso --- src/deprecated/extensions/libnetfilter_conntrack_sctp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/deprecated/extensions/libnetfilter_conntrack_sctp.c') diff --git a/src/deprecated/extensions/libnetfilter_conntrack_sctp.c b/src/deprecated/extensions/libnetfilter_conntrack_sctp.c index 6225ca1..1fa63a5 100644 --- a/src/deprecated/extensions/libnetfilter_conntrack_sctp.c +++ b/src/deprecated/extensions/libnetfilter_conntrack_sctp.c @@ -14,9 +14,10 @@ #include /* For htons */ #include #include -#include #include +#include "internal/deprecated.h" + static void parse_proto(struct nfattr *cda[], struct nfct_tuple *tuple) { if (cda[CTA_PROTO_SRC_PORT-1]) -- cgit v1.2.3