parse_time.h and heim-ipc.h header, remove unix/door headers

This commit is contained in:
Love Hornquist Astrand
2009-11-23 09:05:31 -08:00
parent e849f2302b
commit 61035d0318

View File

@@ -70,23 +70,20 @@
#ifdef HAVE_LIBUTIL_H
#include <libutil.h>
#endif
#ifdef HAVE_GETPEERUCRED
#include <ucred.h>
#endif
#ifdef HAVE_DOOR_CREATE
#include <door.h>
#include <alloca.h>
#endif
#include <ctype.h>
#include <err.h>
#include <roken.h>
#include <getarg.h>
#include <base64.h>
#include <parse_units.h>
#include <parse_time.h>
#include <krb5.h>
#include <heim_threads.h>
#include <heim-ipc.h>
#include "crypto-headers.h"
#endif /* __HEADERS_H__ */