From 98191d77617206c1923e73f2ce71ef2bd9c85161 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Thu, 7 Mar 2013 22:28:12 +0000 Subject: [PATCH] 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 --- src/afsmonitor/afsmonitor.c | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) 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 */ -- 2.39.5