summaryrefslogtreecommitdiffstats
path: root/lib/nl.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 /lib/nl.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 'lib/nl.c')
-rw-r--r--lib/nl.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/nl.c b/lib/nl.c
index 84baa98..f385fb5 100644
--- a/lib/nl.c
+++ b/lib/nl.c
@@ -19,14 +19,17 @@
* @{
*/
-#include <netlink-private/netlink.h>
-#include "base/nl-base-utils.h"
+#include "nl-default.h"
+
+#include <linux/socket.h>
+
#include <netlink/netlink.h>
#include <netlink/utils.h>
#include <netlink/handlers.h>
#include <netlink/msg.h>
#include <netlink/attr.h>
-#include <linux/socket.h>
+
+#include <netlink-private/netlink.h>
#include "nl-core.h"
#include "nl-priv-dynamic-core/nl-core.h"