From: Andre Noll Date: Mon, 13 Aug 2012 06:31:13 +0000 (+0200) Subject: exec.c: Remove close_on_fork include. X-Git-Tag: v0.4.12~38^2 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=60f22dd345afe1bda0f78bd322f3efa95ae68826;hp=61cce28217df87368774831e2eb2d8636f79564b;p=paraslash.git exec.c: Remove close_on_fork include. It does not depend on it. --- diff --git a/exec.c b/exec.c index 8eb0599f..89d96bb9 100644 --- a/exec.c +++ b/exec.c @@ -9,7 +9,6 @@ #include #include "para.h" -#include "close_on_fork.h" #include "error.h" #include "fd.h" #include "string.h"