diff options
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r-- | src/include/k5-int.h | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 4580abbf0..25556d789 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -12,20 +12,18 @@ /* krb5/krb5.h includes many other krb5/*.h files too. The ones that it doesn't include, we include below. */ -#include "krb5/adm_defs.h" -#include "krb5/asn1.h" -#include "krb5/copyright.h" -/* #include "krb5/crc-32.h" -- removed from krb5 to lib/crypto/crc32 */ -#include "krb5/dbm.h" -#include "krb5/ext-proto.h" -#include "krb5/kdb.h" -#include "krb5/kdb_dbm.h" -#include "krb5/libos.h" -#include "krb5/los-proto.h" -#include "krb5/mit-des.h" -#include "krb5/preauth.h" -/* #include "krb5/rsa-md4.h" -- removed from krb5 to lib/crypto/md4 */ -#include "krb5/rsa-md5.h" -/* #include "krb5/stock" */ -#include "krb5/sysincl.h" +#include "adm_defs.h" +#include "asn1.h" +#include "copyright.h" +#include "dbm.h" +#include "ext-proto.h" +/* Needed to define time_t for kdb.h prototypes. */ +#include "sysincl.h" +#include "los-proto.h" +#include "kdb.h" +#include "kdb_dbm.h" +#include "libos.h" +#include "mit-des.h" +#include "preauth.h" +#include "rsa-md5.h" /* #include "krb5/wordsize.h" -- comes in through base-defs.h. */ |