diff options
author | Andrei Belov <defan@nginx.com> | 2020-03-12 18:40:48 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2020-03-12 18:40:48 +0300 |
commit | 4b7ca39903178e20ec7381205694cb01f0dec6bc (patch) | |
tree | 51afb9c7003b5927183e7ddecd766eb19e421233 /src/nxt_main.h | |
parent | 8414897527ed1616ea39a0cae4d1b8ee170d5cb8 (diff) | |
parent | b3c8a7b33a29208e75dfe4f670cf81dac7b99ccc (diff) | |
download | unit-4b7ca39903178e20ec7381205694cb01f0dec6bc.tar.gz unit-4b7ca39903178e20ec7381205694cb01f0dec6bc.tar.bz2 |
Merged with the default branch.1.16.0-1
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r-- | src/nxt_main.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h index d9e337d2..b310c4fa 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -149,15 +149,7 @@ typedef void (*nxt_event_conn_handler_t)(nxt_thread_t *thr, nxt_conn_t *c); #include <nxt_cache.h> -#include <nxt_source.h> -typedef struct nxt_upstream_source_s nxt_upstream_source_t; - #include <nxt_http_parse.h> -#include <nxt_stream_source.h> -#include <nxt_upstream.h> -#include <nxt_upstream_source.h> -#include <nxt_http_source.h> -#include <nxt_fastcgi_source.h> #include <nxt_runtime.h> #include <nxt_port_hash.h> |