diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-30 15:52:00 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-30 15:52:00 +0200 |
commit | da23c4254b201f627f04c4b08e0409ac1190d0d6 (patch) | |
tree | 44fe8538a56fc431e1fa464e46c4350c7eb172cb /include/afl-fuzz.h | |
parent | 233a6280471d3bed2a9bfae4e13cefdfb3da7245 (diff) | |
download | afl++-da23c4254b201f627f04c4b08e0409ac1190d0d6.tar.gz |
makefile fixes
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 16409892..3d528bc4 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -45,7 +45,6 @@ #include "sharedmem.h" #include "forkserver.h" #include "common.h" -#include "hash.h" #include <stdio.h> #include <unistd.h> |