From 1ed649627c5dbf9254f325c8254bfa69c31466c9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 28 Jul 2016 17:26:59 -0400 Subject: headerssss --- src/systemd-cryptsetup/cryptsetup.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/systemd-cryptsetup') diff --git a/src/systemd-cryptsetup/cryptsetup.c b/src/systemd-cryptsetup/cryptsetup.c index fc0d7e0e9a..eef2b1954c 100644 --- a/src/systemd-cryptsetup/cryptsetup.c +++ b/src/systemd-cryptsetup/cryptsetup.c @@ -23,11 +23,7 @@ #include #include -#include - #include "basic/alloc-util.h" -#include "shared/ask-password-api.h" -#include "sd-device/device-util.h" #include "basic/escape.h" #include "basic/fileio.h" #include "basic/log.h" @@ -37,6 +33,9 @@ #include "basic/string-util.h" #include "basic/strv.h" #include "basic/util.h" +#include "sd-device/device-util.h" +#include "sd-device/sd-device.h" +#include "shared/ask-password-api.h" static const char *arg_type = NULL; /* CRYPT_LUKS1, CRYPT_TCRYPT or CRYPT_PLAIN */ static char *arg_cipher = NULL; -- cgit v1.2.3-54-g00ecf