1
mirror of https://github.com/hashcat/hashcat synced 2024-11-13 17:28:58 +01:00

Remove terminal.h where's it's not needed

This commit is contained in:
jsteube 2016-10-18 00:41:24 +02:00
parent 08d52cc1d3
commit 2005f5d193
3 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@
#include "event.h"
#include "opencl.h"
#include "status.h"
#include "terminal.h"
#include "autotune.h"
static double try_run (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, const u32 kernel_accel, const u32 kernel_loops)

View File

@ -21,7 +21,6 @@
#include "restore.h"
#include "hashes.h"
#include "rp_cpu.h"
#include "terminal.h"
#include "mpsp.h"
#include "outfile.h"
#include "potfile.h"

View File

@ -11,7 +11,6 @@
#include "timer.h"
#include "tuningdb.h"
#include "rp_cpu.h"
#include "terminal.h"
#include "mpsp.h"
#include "straight.h"
#include "combinator.h"