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:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user