diff --git a/src/main_shared.c b/src/main_shared.c index 3ffc9feb3..fd1ebca40 100644 --- a/src/main_shared.c +++ b/src/main_shared.c @@ -5,15 +5,13 @@ #include #include -#include #include "common.h" #include "types.h" -#include "user_options.h" -#include "usage.h" #include "memory.h" -#include "hashcat.h" #include "event.h" +#include "user_options.h" +#include "hashcat.h" static void main_cracker_hash_cracked (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, MAYBE_UNUSED const void *buf, MAYBE_UNUSED const size_t len) {