diff options
Diffstat (limited to 'src/grp-boot/bootctl/bootctl.c')
-rw-r--r-- | src/grp-boot/bootctl/bootctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-boot/bootctl/bootctl.c b/src/grp-boot/bootctl/bootctl.c index 0a6a57e3ae..59ebb19bed 100644 --- a/src/grp-boot/bootctl/bootctl.c +++ b/src/grp-boot/bootctl/bootctl.c @@ -36,7 +36,6 @@ #include <unistd.h> #include "systemd-basic/alloc-util.h" -#include "systemd-basic/blkid-util.h" #include "systemd-basic/dirent-util.h" #include "systemd-basic/fd-util.h" #include "systemd-basic/fileio.h" @@ -44,6 +43,7 @@ #include "systemd-basic/rm-rf.h" #include "systemd-basic/string-util.h" #include "systemd-basic/util.h" +#include "systemd-blkid/blkid-util.h" #include "systemd-shared/efivars.h" static int verify_esp(const char *p, uint32_t *part, uint64_t *pstart, uint64_t *psize, sd_id128_t *uuid) { |