From 13ba27c5fd5a79eefde6b6777566605dff31ad2e Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 18 Mar 1999 11:47:02 +0000 Subject: [PATCH] remove krb5.h (breaks in ftpcmd.y) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5595 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd_locl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appl/ftp/ftpd/ftpd_locl.h b/appl/ftp/ftpd/ftpd_locl.h index 9b4fa91c3..fcdd8b141 100644 --- a/appl/ftp/ftpd/ftpd_locl.h +++ b/appl/ftp/ftpd/ftpd_locl.h @@ -150,10 +150,6 @@ #include #endif -#ifdef KRB5 -#include -#endif - #ifdef OTP #include #endif