From 61035d0318324fbc1a7b7a6555bfc9d05f7fed6d Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 23 Nov 2009 09:05:31 -0800 Subject: [PATCH] parse_time.h and heim-ipc.h header, remove unix/door headers --- kcm/headers.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kcm/headers.h b/kcm/headers.h index 7c23d4212..603a6b811 100644 --- a/kcm/headers.h +++ b/kcm/headers.h @@ -70,23 +70,20 @@ #ifdef HAVE_LIBUTIL_H #include #endif -#ifdef HAVE_GETPEERUCRED -#include -#endif -#ifdef HAVE_DOOR_CREATE -#include -#include -#endif +#include #include #include #include #include #include +#include #include #include +#include + #include "crypto-headers.h" #endif /* __HEADERS_H__ */