X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=exec.c;h=66065d374e4e0a19b9410e00c05ec1c0a35225cf;hp=db05c0227f0ce91953e42be6eb562aeb2a33af1e;hb=63abcd1b2f6de6ce53d82962f5a2100c5a57e5d3;hpb=e90440367f744a7723b201a95888e66f070ffa92 diff --git a/exec.c b/exec.c index db05c022..66065d37 100644 --- a/exec.c +++ b/exec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2010 Andre Noll + * Copyright (C) 2003-2013 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"