From: Andre Date: Fri, 7 Apr 2006 13:46:13 +0000 (+0200) Subject: small header cleanup X-Git-Tag: v0.2.12~106 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7062b8a307355422f2c69b44b65f23eab17ce15d;hp=83632cf4e091d02defa4646eaeb38e5decab52f1 small header cleanup --- diff --git a/fd.c b/fd.c index 81ba5cff..f5d326c0 100644 --- a/fd.c +++ b/fd.c @@ -19,6 +19,9 @@ /** \file fd.c helper functions for file descriptor handling */ #include "para.h" + +#include + #include "error.h" /** * check whether a file exists diff --git a/ipc.c b/ipc.c index 74ba0499..49d2d965 100644 --- a/ipc.c +++ b/ipc.c @@ -23,6 +23,7 @@ #include "ipc.h" #include #include +#include /** abort if semget() failed that many times */ #define MAX_SEMOP_RETRIES 500 diff --git a/para.h b/para.h index ef358c53..6c853611 100644 --- a/para.h +++ b/para.h @@ -38,8 +38,6 @@ #include #include #include -#include -#include #include #include /* needed by create_pf_socket */ #include "gcc-compat.h"