]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
exec.c: Remove close_on_fork include.
authorAndre Noll <maan@systemlinux.org>
Mon, 13 Aug 2012 06:31:13 +0000 (08:31 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 13 Aug 2012 08:04:50 +0000 (10:04 +0200)
It does not depend on it.

exec.c

diff --git a/exec.c b/exec.c
index 8eb0599fba5e3089057f83dcb717345c6e0194d5..89d96bb9afdaf9e3162ba908d835a57a35d4f0b2 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -9,7 +9,6 @@
 #include <regex.h>
 
 #include "para.h"
-#include "close_on_fork.h"
 #include "error.h"
 #include "fd.h"
 #include "string.h"