diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-03 06:34:58 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-03 07:29:29 (GMT) |
commit | 260c9575ba1d9070a40568d4fc7b117ab59dfa73 (patch) | |
tree | 23a6753ede13ea32c32f80bd1692fc301a720a6c /lib/utils.c | |
parent | 98c1e69631317628b604ed2673417753515f19fa (diff) | |
download | libnl-260c9575ba1d9070a40568d4fc7b117ab59dfa73.zip libnl-260c9575ba1d9070a40568d4fc7b117ab59dfa73.tar.gz libnl-260c9575ba1d9070a40568d4fc7b117ab59dfa73.tar.bz2 |
include: don't explicitly include headers from "nl-default.h"
Diffstat (limited to 'lib/utils.c')
-rw-r--r-- | lib/utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils.c b/lib/utils.c index 1c554e2..f9c47c4 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -20,7 +20,6 @@ #include "nl-default.h" -#include <stdlib.h> #include <locale.h> #include <linux-private/linux/socket.h> |