summaryrefslogtreecommitdiffstats
path: root/src/nspawn
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-12-18 05:21:07 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-12-18 05:27:44 +0100
commit479667c497083a2b967be76cc6d766befb33269f (patch)
treeb83555445e2e88720333b434e29b19d83e74c3d6 /src/nspawn
parentnetlink: fix indentation (diff)
downloadsystemd-479667c497083a2b967be76cc6d766befb33269f.tar.xz
systemd-479667c497083a2b967be76cc6d766befb33269f.zip
nspawn: sort headers
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn-expose-ports.h3
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"