diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-02 16:40:41 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-02 20:20:13 (GMT) |
commit | 298c5dc6df6d47b1488b0025619f1932b3064477 (patch) | |
tree | f881456bfe735d2ba9d4b6e517b0981a124d25e9 /lib/error.c | |
parent | 862eed54e3882c64a5017789229b6dc9337ace17 (diff) | |
download | libnl-298c5dc6df6d47b1488b0025619f1932b3064477.zip libnl-298c5dc6df6d47b1488b0025619f1932b3064477.tar.gz libnl-298c5dc6df6d47b1488b0025619f1932b3064477.tar.bz2 |
include: drop "netlink-private/netlink.h" and move declarations
Diffstat (limited to 'lib/error.c')
-rw-r--r-- | lib/error.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/error.c b/lib/error.c index d1a448a..9b6d806 100644 --- a/lib/error.c +++ b/lib/error.c @@ -7,8 +7,6 @@ #include <netlink/netlink.h> -#include <netlink-private/netlink.h> - static const char *errmsg[NLE_MAX+1] = { [NLE_SUCCESS] = "Success", [NLE_FAILURE] = "Unspecific failure", |