X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=exec.c;h=004c0437ee50a4819363136b6f8f737b227d30a1;hp=b603809d062ee07724f7a4f25b9629ff227f047d;hb=d67061d23fa2757b7d06328bfc9f4e5c3c733f40;hpb=f113a41a633c0541f0d8418baf40205f4553c885 diff --git a/exec.c b/exec.c index b603809d..004c0437 100644 --- a/exec.c +++ b/exec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 Andre Noll + * Copyright (C) 2003-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -7,10 +7,8 @@ /** \file exec.c Helper functions for spawning new processes. */ #include -#include #include "para.h" -#include "close_on_fork.h" #include "error.h" #include "fd.h" #include "string.h"