diff options
author | Thomas Haller <thaller@redhat.com> | 2019-01-31 17:17:10 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-02-12 08:50:28 +0100 |
commit | 737ab51472a95df32d5f47633c0f01e22ff43950 (patch) | |
tree | 6148f931b9a8272855bc34ede36977d61d7b92cf /src/ndisc | |
parent | e1ca3bf7ed4068ba3522398d20a1acc04256f43c (diff) | |
download | NetworkManager-737ab51472a95df32d5f47633c0f01e22ff43950.tar.gz |
all: include "nm-utils/nm-errno.h" via "nm-default.h"
Diffstat (limited to 'src/ndisc')
-rw-r--r-- | src/ndisc/nm-lndp-ndisc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ndisc/nm-lndp-ndisc.c b/src/ndisc/nm-lndp-ndisc.c index 1ba35b0e94..4c125d4c77 100644 --- a/src/ndisc/nm-lndp-ndisc.c +++ b/src/ndisc/nm-lndp-ndisc.c @@ -32,7 +32,6 @@ #include "NetworkManagerUtils.h" #include "platform/nm-platform.h" #include "platform/nmp-netns.h" -#include "nm-utils/nm-errno.h" #define _NMLOG_PREFIX_NAME "ndisc-lndp" |