diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-02 14:34:22 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-02 20:20:13 (GMT) |
commit | 862eed54e3882c64a5017789229b6dc9337ace17 (patch) | |
tree | a9ee8a41591ea0b046f4ab9d28f514d7f208c68d /lib/utils.c | |
parent | 2b3cd741d9944f799467b5a59fc9f3a94444a479 (diff) | |
download | libnl-862eed54e3882c64a5017789229b6dc9337ace17.zip libnl-862eed54e3882c64a5017789229b6dc9337ace17.tar.gz libnl-862eed54e3882c64a5017789229b6dc9337ace17.tar.bz2 |
all: cleanup includes and use "nm-default.h"
Diffstat (limited to 'lib/utils.c')
-rw-r--r-- | lib/utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/utils.c b/lib/utils.c index b2adad4..7ed8b91 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -18,6 +18,8 @@ * ~~~~ */ +#include "nl-default.h" + #include <stdlib.h> #include <locale.h> @@ -28,7 +30,6 @@ #include <netlink-private/netlink.h> -#include "base/nl-base-utils.h" #include "nl-priv-dynamic-core/object-api.h" /** |