]> granicus.if.org Git - apache/blobdiff - modules/metadata/mod_expires.c
*) continued header revamping
[apache] / modules / metadata / mod_expires.c
index b0e72aa53b97555356a13eb086b75a45c2e36476..3c5c972c536fbe2641799f32dc606e3ada4d5baf 100644 (file)
  * Hi, welcome to the internet.
  */
 
+#include "apr.h"
+#include "apr_strings.h"
+#include "apr_lib.h"
+
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
+
 #include "ap_config.h"
-#ifdef HAVE_CTYPE_H
-#include <ctype.h>
-#endif
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
 #include "httpd.h"
 #include "http_config.h"
 #include "http_log.h"
 #include "http_request.h"
-#include "apr_strings.h"
 
 typedef struct {
     int active;