]> granicus.if.org Git - apache/commitdiff
The right set of headers to obtain the pre_connection hook.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 5 Jan 2005 21:38:00 +0000 (21:38 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 5 Jan 2005 21:38:00 +0000 (21:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124280 13f79535-47bb-0310-9956-ffa450edef68

modules/debug/mod_dumpio.c

index 03fa026af5ef60aec7b6e301a171f7bff4fdd3ab..7af9bbefb23c6b65f4bae1237564d355c25f6318 100644 (file)
  */
 
 
-#include <httpd.h>
-#include <http_config.h>
-#include <http_core.h>
-#include <http_log.h>
+#include "httpd.h"
+#include "http_connection.h"
+#include "http_config.h"
+#include "http_core.h"
+#include "http_log.h"
 
 module AP_MODULE_DECLARE_DATA dumpio_module ;