diff options
author | Thomas Haller <thaller@redhat.com> | 2019-01-31 13:44:13 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-02-12 08:50:28 +0100 |
commit | a3370af3a8a965e41950c5022182730d79614df2 (patch) | |
tree | 78f971ab718bd6005f26ccefaf618c5faed5600f /libnm/nm-vpn-plugin-old.c | |
parent | 32a847a61f031813865199366318d047ca38c2f1 (diff) | |
download | NetworkManager-a3370af3a8a965e41950c5022182730d79614df2.tar.gz |
all: drop unnecessary includes of <errno.h> and <string.h>
"nm-macros-interal.h" already includes <errno.h> and <string.h>.
No need to include it everywhere else too.
Diffstat (limited to 'libnm/nm-vpn-plugin-old.c')
-rw-r--r-- | libnm/nm-vpn-plugin-old.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm/nm-vpn-plugin-old.c b/libnm/nm-vpn-plugin-old.c index bfafc7b775..80900cecb5 100644 --- a/libnm/nm-vpn-plugin-old.c +++ b/libnm/nm-vpn-plugin-old.c @@ -23,7 +23,6 @@ #include "nm-vpn-plugin-old.h" -#include <errno.h> #include <signal.h> #include <stdlib.h> |