nginx-0.0.7-2004-07-08-19:17:47 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 33d6f34..2a4ce03 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -10,7 +10,9 @@
 typedef struct ngx_http_cleanup_s  ngx_http_cleanup_t;
 
 #if (NGX_HTTP_CACHE)
+#include <ngx_http_cache.h>
 #endif
+/* STUB */
 #include <ngx_http_cache.h>
 
 #include <ngx_http_request.h>
@@ -19,6 +21,10 @@
 #include <ngx_http_log_handler.h>
 #include <ngx_http_core_module.h>
 
+#if (NGX_HTTP_SSL)
+#include <ngx_http_ssl_filter.h>
+#endif
+
 
 typedef struct {
     u_int     connection;
@@ -49,14 +55,6 @@
             r->ctx[module.ctx_index] = NULL;
 
 
-/* STUB */
-#define NGX_INDEX "index.html"
-
-
-/* STUB */
-int ngx_http_init(ngx_pool_t *pool, ngx_log_t *log);
-/**/
-
 void ngx_http_init_connection(ngx_connection_t *c);
 
 ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r);