]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/nspawn/nspawn-mount.c
util: split out escaping code into escape.[ch]
[thirdparty/systemd.git] / src / nspawn / nspawn-mount.c
index 65bcb682428c87cc0567fd404c23993e07611822..02de2541c485125cdffb1fae7536f2c72f3f16b5 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/mount.h>
 #include <linux/magic.h>
+#include <sys/mount.h>
 
-#include "util.h"
-#include "rm-rf.h"
-#include "strv.h"
-#include "path-util.h"
-#include "mkdir.h"
+#include "cgroup-util.h"
+#include "escape.h"
 #include "label.h"
+#include "mkdir.h"
+#include "path-util.h"
+#include "rm-rf.h"
 #include "set.h"
-#include "cgroup-util.h"
+#include "strv.h"
+#include "util.h"
 
 #include "nspawn-mount.h"