summaryrefslogtreecommitdiffstats
path: root/src/nf-exp-delete.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-02 14:34:22 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-02 20:20:13 (GMT)
commit862eed54e3882c64a5017789229b6dc9337ace17 (patch)
treea9ee8a41591ea0b046f4ab9d28f514d7f208c68d /src/nf-exp-delete.c
parent2b3cd741d9944f799467b5a59fc9f3a94444a479 (diff)
downloadlibnl-862eed54e3882c64a5017789229b6dc9337ace17.zip
libnl-862eed54e3882c64a5017789229b6dc9337ace17.tar.gz
libnl-862eed54e3882c64a5017789229b6dc9337ace17.tar.bz2
all: cleanup includes and use "nm-default.h"
Diffstat (limited to 'src/nf-exp-delete.c')
-rw-r--r--src/nf-exp-delete.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nf-exp-delete.c b/src/nf-exp-delete.c
index 9d1eea9..a57a69d 100644
--- a/src/nf-exp-delete.c
+++ b/src/nf-exp-delete.c
@@ -6,11 +6,13 @@
* Copyright (c) 2012 Rich Fought <rich.fought@watchguard.com>
*/
-#include <netlink/cli/utils.h>
-#include <netlink/cli/exp.h>
+#include "nl-default.h"
#include <linux/rtnetlink.h>
+#include <netlink/cli/utils.h>
+#include <netlink/cli/exp.h>
+
static int quiet = 0;
static void print_usage(void)