diff options
| author | John Gilmore <gnu@toad.com> | 1995-02-28 09:43:29 +0000 |
|---|---|---|
| committer | John Gilmore <gnu@toad.com> | 1995-02-28 09:43:29 +0000 |
| commit | d43f941d130bc6a12ad4e5deb2041c472f37be7e (patch) | |
| tree | f59c4efd022b45e373c1151b9d99087034a233c7 /src/appl/bsd/forward.c | |
| parent | e4b39924de379951d624373bd715f1b6c976c387 (diff) | |
| download | krb5-d43f941d130bc6a12ad4e5deb2041c472f37be7e.tar.gz krb5-d43f941d130bc6a12ad4e5deb2041c472f37be7e.tar.xz krb5-d43f941d130bc6a12ad4e5deb2041c472f37be7e.zip | |
* forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c, krsh.c,
krshd.c: Avoid <krb5/...> and <com_err.h> includes.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5020 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/bsd/forward.c')
| -rw-r--r-- | src/appl/bsd/forward.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/appl/bsd/forward.c b/src/appl/bsd/forward.c index be26bb215..9c9b229be 100644 --- a/src/appl/bsd/forward.c +++ b/src/appl/bsd/forward.c @@ -27,10 +27,7 @@ #include <pwd.h> #include <netdb.h> -#include <krb5/krb5.h> -#include <krb5/asn1.h> -#include <krb5/los-proto.h> -#include <krb5/ext-proto.h> +#include "krb5.h" /* Decode, decrypt and store the forwarded creds in the local ccache. */ krb5_error_code |
