diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-04 17:56:34 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-09 12:00:27 +0900 |
commit | 0fbddd042c71c623dd5d73d1caf2ee47f17ee517 (patch) | |
tree | 5922a49fdb69e39d755c6601201498d86b3b846f | |
parent | 9310bf4b523288e2d29501a087dca1c3fe85399e (diff) | |
download | systemd-0fbddd042c71c623dd5d73d1caf2ee47f17ee517.tar.gz |
network,udev: sort included headers
-rw-r--r-- | src/network/networkd-network-gperf.gperf | 2 | ||||
-rw-r--r-- | 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 83ac330142..e3d84a365d 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 <stddef.h> #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 b984c1befc..5640fa0513 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 <stddef.h> #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 |