From 272b48187cee0b42b6e936ad2c045f13b391f3ad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 1 Aug 2016 16:33:32 -0400 Subject: find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \; --- src/grp-udev/libudev-core/net/ethtool-util.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/grp-udev/libudev-core/net/ethtool-util.c') diff --git a/src/grp-udev/libudev-core/net/ethtool-util.c b/src/grp-udev/libudev-core/net/ethtool-util.c index 09a3517444..759ecde5e4 100644 --- a/src/grp-udev/libudev-core/net/ethtool-util.c +++ b/src/grp-udev/libudev-core/net/ethtool-util.c @@ -17,17 +17,18 @@ along with systemd; If not, see . ***/ -#include -#include #include #include +#include +#include -#include "shared/conf-parser.h" -#include "ethtool-util.h" #include "basic/log.h" #include "basic/string-table.h" #include "basic/strxcpyx.h" #include "basic/util.h" +#include "shared/conf-parser.h" + +#include "ethtool-util.h" static const char* const duplex_table[_DUP_MAX] = { [DUP_FULL] = "full", -- cgit v1.2.3-54-g00ecf