ronald      99/08/08 10:57:30

  Modified:    src/ap   ap_checkpass.c
  Log:
  removed unneccesary #include
  
  Revision  Changes    Path
  1.2       +0 -3      apache-1.3/src/ap/ap_checkpass.c
  
  Index: ap_checkpass.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/ap/ap_checkpass.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ap_checkpass.c    1999/08/02 10:13:44     1.1
  +++ ap_checkpass.c    1999/08/08 17:57:29     1.2
  @@ -63,9 +63,6 @@
   #include "ap_md5.h"
   #include "ap_sha1.h"
   #include "ap.h"
  -#ifdef CHARSET_EBCDIC
  -#include "ebcdic.h"
  -#endif /*CHARSET_EBCDIC*/
   #if HAVE_CRYPT_H
   #include <crypt.h>
   #endif
  
  
  

Reply via email to