From: Simon Wilkinson Date: Thu, 7 Mar 2013 22:28:12 +0000 (+0000) Subject: afsmonitor: Use roken X-Git-Tag: upstream/1.8.0_pre1^2~1336 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=98191d77617206c1923e73f2ce71ef2bd9c85161;p=packages%2Fo%2Fopenafs.git afsmonitor: Use roken Include the roken.h header, and remove the redundant system includes from afsmonitor.c Change-Id: Ia3eb8a7a0bb1e77d928d26cdfc87f818e6791e16 Reviewed-on: http://gerrit.openafs.org/9463 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/afsmonitor/afsmonitor.c b/src/afsmonitor/afsmonitor.c index aec815bd6..9ba8b3889 100644 --- a/src/afsmonitor/afsmonitor.c +++ b/src/afsmonitor/afsmonitor.c @@ -18,22 +18,12 @@ #include #include +#include -#include #include -#include -#include -#include -#include -#undef IN -#include -#include -#include -#include #include -#ifdef HAVE_STDINT_H -# include -#endif + +#include #include /*Generic window package */ #include /*Object definitions */