From 4539a9db150758ca73b126bbd7f23b22e54e16ef Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Thu, 11 Apr 2019 13:01:16 -0500 Subject: [PATCH] Drop unused include in `src/exec.cpp` It was added in 2544c622841fd8b7317109f12fe4eb55c5ea1d0a, and caught by @faho. --- src/exec.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/exec.cpp b/src/exec.cpp index 3ff9a5d74..6a99cf225 100644 --- a/src/exec.cpp +++ b/src/exec.cpp @@ -6,7 +6,6 @@ #include #include -#include #ifdef HAVE_SIGINFO_H #include #endif