mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-30 11:58:15 +00:00
Remove some unneeded includes from main_shared.c
This commit is contained in:
parent
c826dc0e4d
commit
fc2d242f50
@ -5,15 +5,13 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <getopt.h>
|
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "user_options.h"
|
|
||||||
#include "usage.h"
|
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "hashcat.h"
|
|
||||||
#include "event.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)
|
static void main_cracker_hash_cracked (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, MAYBE_UNUSED const void *buf, MAYBE_UNUSED const size_t len)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user