From: Yu Watanabe Date: Fri, 4 May 2018 08:56:34 +0000 (+0900) Subject: network,udev: sort included headers X-Git-Tag: v239~300^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8902%2Fhead;p=thirdparty%2Fsystemd.git network,udev: sort included headers --- diff --git a/src/network/networkd-network-gperf.gperf b/src/network/networkd-network-gperf.gperf index 83ac330142f..e3d84a365d0 100644 --- a/src/network/networkd-network-gperf.gperf +++ b/src/network/networkd-network-gperf.gperf @@ -4,9 +4,9 @@ _Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"") #endif #include #include "conf-parser.h" +#include "network-internal.h" #include "networkd-conf.h" #include "networkd-network.h" -#include "network-internal.h" #include "vlan-util.h" %} struct ConfigPerfItem; diff --git a/src/udev/net/link-config-gperf.gperf b/src/udev/net/link-config-gperf.gperf index b984c1befc0..5640fa05137 100644 --- a/src/udev/net/link-config-gperf.gperf +++ b/src/udev/net/link-config-gperf.gperf @@ -4,9 +4,9 @@ _Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"") #endif #include #include "conf-parser.h" -#include "network-internal.h" -#include "link-config.h" #include "ethtool-util.h" +#include "link-config.h" +#include "network-internal.h" %} struct ConfigPerfItem; %null_strings