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-device-ovs-interface.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-device-ovs-interface.c')
-rw-r--r-- | libnm/nm-device-ovs-interface.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libnm/nm-device-ovs-interface.c b/libnm/nm-device-ovs-interface.c index ed3dbd4ca4..b07373e130 100644 --- a/libnm/nm-device-ovs-interface.c +++ b/libnm/nm-device-ovs-interface.c @@ -19,9 +19,8 @@ #include "nm-default.h" -#include <string.h> - #include "nm-device-ovs-interface.h" + #include "nm-object-private.h" #include "nm-setting-ovs-interface.h" #include "nm-setting-ovs-port.h" |