mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 09:58:16 +00:00
No more need to include shared.h on some sources now
This commit is contained in:
parent
ae457c992e
commit
e7a95879ac
@ -29,7 +29,7 @@
|
||||
#include "opencl.h"
|
||||
#include "restore.h"
|
||||
#include "data.h"
|
||||
#include "shared.h"
|
||||
//#include "shared.h"
|
||||
|
||||
extern hc_global_data_t data;
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "opencl.h"
|
||||
#include "restore.h"
|
||||
#include "data.h"
|
||||
#include "shared.h"
|
||||
//#include "shared.h"
|
||||
#include "interface.h"
|
||||
#include "status.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user