From 0fbddd042c71c623dd5d73d1caf2ee47f17ee517 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 4 May 2018 17:56:34 +0900 Subject: [PATCH] network,udev: sort included headers --- src/network/networkd-network-gperf.gperf | 2 +- src/udev/net/link-config-gperf.gperf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3