1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

remove unneeded include statements

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1427546 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2013-01-01 19:50:56 +00:00
parent d47f71f7d9
commit c6984dfd5e
2 changed files with 0 additions and 2 deletions

View 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 */

View 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 */