]> granicus.if.org Git - apache/blobdiff - modules/mappers/mod_alias.c
Clean up some of the includes:
[apache] / modules / mappers / mod_alias.c
index a7915d67b6f08b42fcd2ba0b9988514b8b8059a4..ea31c3398d4a3017fca226ff02e7c275fe616686 100644 (file)
  */
 
 #include "apr_strings.h"
+#include "apr_lib.h"
+
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
+
 #include "ap_config.h"
 #include "httpd.h"
 #include "http_config.h"
 #include "http_request.h"
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
+
 
 typedef struct {
     const char *real;