X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=exec.c;h=89d96bb9afdaf9e3162ba908d835a57a35d4f0b2;hp=b603809d062ee07724f7a4f25b9629ff227f047d;hb=f502e615454a293bc2efc53c861785d2aabe9218;hpb=383d1bfb5084ea5a475e408d3cc9d2e2a3de5b88 diff --git a/exec.c b/exec.c index b603809d..89d96bb9 100644 --- a/exec.c +++ b/exec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2009 Andre Noll + * Copyright (C) 2003-2012 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"