]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
remove unneeded include statements
authorStefan Fritsch <sf@apache.org>
Tue, 1 Jan 2013 19:50:56 +0000 (19:50 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 1 Jan 2013 19:50:56 +0000 (19:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1427546 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth_basic.c
modules/aaa/mod_auth_form.c

index cadeb5bda988c3debf0917bd51fd5f5d0d3b04a3..569b6050d689c6e73f2b5bffeec6cc85c73f0975 100644 (file)
@@ -15,7 +15,6 @@
  */
 
 #include "apr_strings.h"
-#include "apr_md5.h"            /* for apr_password_validate */
 #include "apr_lib.h"            /* for apr_isspace */
 #include "apr_base64.h"         /* for apr_base64_decode et al */
 #define APR_WANT_STRFUNC        /* for strcasecmp */
index 28045b5dbc87d79f46cd5c16452b4ce26635a20c..7bba517b80d95c56dd44a05201da655c3df8d216 100644 (file)
@@ -15,7 +15,6 @@
  */
 
 #include "apr_strings.h"
-#include "apr_md5.h"                /* for apr_password_validate */
 #include "apr_lib.h"                /* for apr_isspace */
 #include "apr_base64.h"             /* for apr_base64_decode et al */
 #define APR_WANT_STRFUNC            /* for strcasecmp */