From b90ccb10cafd300d9dc7bc104b349f8a538bed66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 24 Apr 2005 13:49:00 +0000 Subject: [PATCH] don't include kerberos 4 headers here git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14917 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/headers.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kdc/headers.h b/kdc/headers.h index 80be93c74..53a28605b 100644 --- a/kdc/headers.h +++ b/kdc/headers.h @@ -92,13 +92,6 @@ #include #include /* copy_octet_string */ -#ifdef KRB4 -#include -#include -#define Principal Principal4 -#include -#endif - #undef ALLOC #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) #undef ALLOC_SEQ