diff options
author | Assar Westerlund <assar@FreeBSD.org> | 2001-06-21 02:12:07 +0000 |
---|---|---|
committer | Assar Westerlund <assar@FreeBSD.org> | 2001-06-21 02:12:07 +0000 |
commit | adb0ddaeac0a71a08d6af3a711387b59efcc94b6 (patch) | |
tree | ed28ffb73cc0ae48a9892dab3f10b09bc36436d5 /crypto/heimdal/lib/gssapi/gssapi.h | |
parent | 45524cd79e498d0465de59a4c8c825709b2662df (diff) |
Notes
Diffstat (limited to 'crypto/heimdal/lib/gssapi/gssapi.h')
-rw-r--r-- | crypto/heimdal/lib/gssapi/gssapi.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/crypto/heimdal/lib/gssapi/gssapi.h b/crypto/heimdal/lib/gssapi/gssapi.h index 156a5113f5d6..82d4056888ff 100644 --- a/crypto/heimdal/lib/gssapi/gssapi.h +++ b/crypto/heimdal/lib/gssapi/gssapi.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $Id: gssapi.h,v 1.20 2001/01/30 00:35:48 assar Exp $ */ +/* $Id: gssapi.h,v 1.21 2001/05/04 13:52:02 assar Exp $ */ #ifndef GSSAPI_H_ #define GSSAPI_H_ @@ -41,12 +41,6 @@ */ #include <stddef.h> -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - -#include <sys/types.h> - #include <krb5-types.h> /* |