diff --git a/image/main.c b/image/main.c index 6793fe4b..34988651 100644 --- a/image/main.c +++ b/image/main.c @@ -16,32 +16,31 @@ * Boston, MA 021110-1307, USA. */ +#include "kerncompat.h" +#include +#include #include #include #include -#include -#include #include #include #include -#include #include - -#include "kerncompat.h" -#include "crypto/crc32c.h" +#include #include "kernel-shared/ctree.h" #include "kernel-shared/disk-io.h" #include "kernel-shared/transaction.h" -#include "common/utils.h" #include "kernel-shared/volumes.h" #include "kernel-shared/extent_io.h" +#include "crypto/crc32c.h" +#include "common/box.h" +#include "common/utils.h" #include "common/extent-cache.h" #include "common/help.h" #include "common/device-utils.h" #include "common/open-utils.h" #include "image/metadump.h" #include "image/sanitize.h" -#include "common/box.h" #define MAX_WORKER_THREADS (32) diff --git a/image/sanitize.c b/image/sanitize.c index c6970403..f83fb3e8 100644 --- a/image/sanitize.c +++ b/image/sanitize.c @@ -15,12 +15,12 @@ */ #include "kerncompat.h" +#include "kernel-shared/extent_io.h" #include "common/internal.h" #include "common/messages.h" #include "common/utils.h" #include "crypto/crc32c.h" #include "image/sanitize.h" -#include "kernel-shared/extent_io.h" /* * Reverse CRC-32C table