aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2017-07-24 14:34:34 +0200
committerGitHub <noreply@github.com>2017-07-24 14:34:34 +0200
commit1e06f3e00fe12ed48282e1c896f57b0c2874eb44 (patch)
treeede8f9a4d14ef7e254cfbd39750e911f5ad4ff88 /executor
parent87f9bdb8688ceafa804eb49d566bdc38dfb9fd5e (diff)
parent0d9ae38d5d5eb21cadc39a56d1272b40755bb6a3 (diff)
Merge pull request #274 from xairy/up-better-repro
Improve C repros
Diffstat (limited to 'executor')
-rw-r--r--executor/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/executor/common.h b/executor/common.h
index e1cc3385e..b087978a5 100644
--- a/executor/common.h
+++ b/executor/common.h
@@ -13,8 +13,6 @@
#include <unistd.h>
#if defined(SYZ_EXECUTOR) || defined(SYZ_THREADED) || defined(SYZ_COLLIDE)
#include <pthread.h>
-#endif
-#if defined(SYZ_EXECUTOR) || defined(SYZ_COLLIDE)
#include <stdlib.h>
#endif
#if defined(SYZ_EXECUTOR) || defined(SYZ_HANDLE_SEGV)