diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-12-18 05:21:07 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-12-18 05:27:44 +0100 |
commit | 479667c497083a2b967be76cc6d766befb33269f (patch) | |
tree | b83555445e2e88720333b434e29b19d83e74c3d6 /src/nspawn | |
parent | netlink: fix indentation (diff) | |
download | systemd-479667c497083a2b967be76cc6d766befb33269f.tar.xz systemd-479667c497083a2b967be76cc6d766befb33269f.zip |
nspawn: sort headers
Diffstat (limited to 'src/nspawn')
-rw-r--r-- | src/nspawn/nspawn-expose-ports.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nspawn/nspawn-expose-ports.h b/src/nspawn/nspawn-expose-ports.h index c1677cb61b..8cfabd9797 100644 --- a/src/nspawn/nspawn-expose-ports.h +++ b/src/nspawn/nspawn-expose-ports.h @@ -3,11 +3,10 @@ #include <inttypes.h> -#include "firewall-util.h" - #include "sd-event.h" #include "sd-netlink.h" +#include "firewall-util.h" #include "in-addr-util.h" #include "list.h" |