about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-11-10 19:20:13 +0100
committervan Hauser <vh@thc.org>2020-11-10 19:20:13 +0100
commit5357ae5f918cb358a541d4d8a4cbf678d7682242 (patch)
tree97585f52b26a784beb6b143a65116275344ec9b0
parenta3928e5a62c3ed4af321cc6030efc250b6a585c0 (diff)
downloadafl++-5357ae5f918cb358a541d4d8a4cbf678d7682242.tar.gz
remove duplicate include
-rw-r--r--src/afl-gotcpu.c1
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>