summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2020-03-04 14:04:08 +0300
committerIgor Sysoev <igor@sysoev.ru>2020-03-04 14:04:08 +0300
commit794248090a74f31cbfcf24ea8c835df2d4d21073 (patch)
tree56f69fe30e4b9c46fc23aba52cc3fb7b1970f363 /src/nxt_main.h
parent643d4383fa7db466e1d80c7d8c350da4ec043f2b (diff)
downloadunit-794248090a74f31cbfcf24ea8c835df2d4d21073.tar.gz
unit-794248090a74f31cbfcf24ea8c835df2d4d21073.tar.bz2
Legacy upstream code removed.
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r--src/nxt_main.h8
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>