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 /src/nm-session-monitor.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 'src/nm-session-monitor.c')
-rw-r--r-- | src/nm-session-monitor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nm-session-monitor.c b/src/nm-session-monitor.c index b67c537c8b..aadfa6b91d 100644 --- a/src/nm-session-monitor.c +++ b/src/nm-session-monitor.c @@ -24,8 +24,6 @@ #include "nm-session-monitor.h" #include <pwd.h> -#include <errno.h> -#include <string.h> #include <sys/stat.h> #if SESSION_TRACKING_SYSTEMD && SESSION_TRACKING_ELOGIND |