diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-04-29 18:23:46 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-04-29 18:23:46 +0200 |
commit | 716eb6da714efeac8a37cb37c74b2ee3f3646e37 (patch) | |
tree | a2bc59498d192fa304be4215aaeeffeb350732a9 /support | |
parent | PR: (diff) | |
download | apache2-716eb6da714efeac8a37cb37c74b2ee3f3646e37.tar.xz apache2-716eb6da714efeac8a37cb37c74b2ee3f3646e37.zip |
PR:
Obtained from:
Submitted by:
Reviewed by:
Sorry I missed one. I -really- believe now that ap.h can now be safely swept
out to the attic, but I will leave for someone in unix to test and confirm.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85099 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r-- | support/htpasswd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/htpasswd.c b/support/htpasswd.c index 07a4e8479a..6dd49b9561 100644 --- a/support/htpasswd.c +++ b/support/htpasswd.c @@ -82,7 +82,6 @@ #include "apr_lib.h" #include "apr_errno.h" #include "ap_config.h" -#include "ap.h" #include "apr_md5.h" #include "ap_sha1.h" #include <signal.h> |