From 85acd32846343162c38ca1f46da9ecf90eb109c3 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 11 Jun 2013 17:23:26 +0200 Subject: include: remove sys/types.h It is present since the initial import, but it doesn't seem to be useful these days. Reported-by: Thomas Jarosch Signed-off-by: Pablo Neira Ayuso --- include/libnetfilter_acct/libnetfilter_acct.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libnetfilter_acct/libnetfilter_acct.h b/include/libnetfilter_acct/libnetfilter_acct.h index 421e15a..b00e366 100644 --- a/include/libnetfilter_acct/libnetfilter_acct.h +++ b/include/libnetfilter_acct/libnetfilter_acct.h @@ -8,8 +8,6 @@ extern "C" { #endif -#include - struct nfacct; enum nfacct_attr_type { -- cgit v1.2.3