diff mbox series

[libnftnl,2/2] examples: ct_timeout: remove unnecessary and non-existing include

Message ID 20180813192303.16548-1-harshasharmaiitr@gmail.com
State Accepted
Delegated to: Pablo Neira
Headers show
Series [libnftnl,1/2] src: ct_timeout: remove unnecessary and non-existing include | expand

Commit Message

Harsha Sharma Aug. 13, 2018, 7:23 p.m. UTC
Cleanup patch for ct timeout support as content of cttimeout.h file is
moved to object.h file.

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
---
 examples/nft-ct-timeout-add.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/examples/nft-ct-timeout-add.c b/examples/nft-ct-timeout-add.c
index dfa1d76..57c0cf0 100644
--- a/examples/nft-ct-timeout-add.c
+++ b/examples/nft-ct-timeout-add.c
@@ -18,7 +18,6 @@ 
 #include <obj.h>
 #include <libmnl/libmnl.h>
 #include <libnftnl/object.h>
-#include <libnftnl/cttimeout.h>
 
 static struct nftnl_obj *obj_add_parse(int argc, char *argv[])
 {