mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-26 08:28:20 +00:00
Move the system include where it belongs to
This commit is contained in:
parent
9baf728fe7
commit
3eab677bdf
@ -11,6 +11,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
/**
|
||||
* zero hashes shutcut
|
||||
|
@ -3,7 +3,6 @@
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#include <inttypes.h>
|
||||
#include "common.h"
|
||||
#include "types.h"
|
||||
#include "bitops.h"
|
||||
|
Loading…
Reference in New Issue
Block a user