mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 08:38:09 +00:00
Remove some explicit includes for __APPLE__
This commit is contained in:
parent
d44571ff70
commit
b95f491c64
@ -6,10 +6,6 @@
|
||||
#include "common.h"
|
||||
#include "logging.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
int SUPPRESS_OUTPUT = 0;
|
||||
|
||||
static int last_len = 0;
|
||||
|
@ -30,10 +30,6 @@
|
||||
#include "inc_hash_constants.h"
|
||||
#include "shared.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* converter
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user