Cleanup patch for ct timeout support as content of cttimeout.h file is moved to object.h file. Signed-off-by: Harsha Sharma <harshasharmaiitr@xxxxxxxxx> --- examples/nft-ct-timeout-add.c | 1 - 1 file changed, 1 deletion(-) 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[]) { -- 2.14.1