From 2005f5d193159d167270171002a0f95220bc30bd Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 18 Oct 2016 00:41:24 +0200 Subject: [PATCH] Remove terminal.h where's it's not needed --- src/autotune.c | 1 - src/dispatch.c | 1 - src/opencl.c | 1 - 3 files changed, 3 deletions(-) diff --git a/src/autotune.c b/src/autotune.c index cf68c14e5..4219617ff 100644 --- a/src/autotune.c +++ b/src/autotune.c @@ -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) diff --git a/src/dispatch.c b/src/dispatch.c index d8894f444..5f5b92c79 100644 --- a/src/dispatch.c +++ b/src/dispatch.c @@ -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" diff --git a/src/opencl.c b/src/opencl.c index 3e9a27643..c77e3d9b2 100644 --- a/src/opencl.c +++ b/src/opencl.c @@ -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"