diff options
author | van Hauser <vh@thc.org> | 2020-11-10 19:20:13 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-11-10 19:20:13 +0100 |
commit | 5357ae5f918cb358a541d4d8a4cbf678d7682242 (patch) | |
tree | 97585f52b26a784beb6b143a65116275344ec9b0 | |
parent | a3928e5a62c3ed4af321cc6030efc250b6a585c0 (diff) | |
download | afl++-5357ae5f918cb358a541d4d8a4cbf678d7682242.tar.gz |
remove duplicate include
-rw-r--r-- | src/afl-gotcpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afl-gotcpu.c b/src/afl-gotcpu.c index bd0f7de6..1aea3e40 100644 --- a/src/afl-gotcpu.c +++ b/src/afl-gotcpu.c @@ -65,7 +65,6 @@ #define cpu_set_t cpuset_t #elif defined(__NetBSD__) #include <pthread.h> - #include <sched.h> #elif defined(__APPLE__) #include <pthread.h> #include <mach/thread_act.h> |