diff options
| author | Andrey Konovalov <andreyknvl@gmail.com> | 2017-07-24 14:34:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-24 14:34:34 +0200 |
| commit | 1e06f3e00fe12ed48282e1c896f57b0c2874eb44 (patch) | |
| tree | ede8f9a4d14ef7e254cfbd39750e911f5ad4ff88 /executor/common.h | |
| parent | 87f9bdb8688ceafa804eb49d566bdc38dfb9fd5e (diff) | |
| parent | 0d9ae38d5d5eb21cadc39a56d1272b40755bb6a3 (diff) | |
Merge pull request #274 from xairy/up-better-repro
Improve C repros
Diffstat (limited to 'executor/common.h')
| -rw-r--r-- | executor/common.h | 2 |
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) |
