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.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/deprecated.c') diff --git a/src/deprecated.c b/src/deprecated.c index 63a5699..84de04b 100644 --- a/src/deprecated.c +++ b/src/deprecated.c @@ -17,17 +17,14 @@ #include #include #include -#include "linux_list.h" #include #include -#include -#include -#include "internal.h" +#include "internal/linux_list.h" +#include "internal/internal.h" #define NFCT_BUFSIZE 4096 -static char *lib_dir = LIBNETFILTER_CONNTRACK_DIR; static LIST_HEAD(proto_list); static LIST_HEAD(l3proto_list); static char *proto2str[IPPROTO_MAX] = { -- cgit v1.2.3