summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main.h
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2017-03-01 15:17:55 +0300
committerValentin Bartenev <vbart@nginx.com>2017-03-01 15:17:55 +0300
commitfde4d18e3a66bb71e122e27fe11b152547ca1b2b (patch)
treef28858069a3f8afda8d8fdd40e7d67e9806c697d /src/nxt_main.h
parentb379dae85e6edcb4af1ac665ab66d99e63bf34f4 (diff)
downloadunit-fde4d18e3a66bb71e122e27fe11b152547ca1b2b.tar.gz
unit-fde4d18e3a66bb71e122e27fe11b152547ca1b2b.tar.bz2
Removed legacy HTTP parser.
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r--src/nxt_main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h
index 1388a2f3..bd5d4662 100644
--- a/src/nxt_main.h
+++ b/src/nxt_main.h
@@ -151,7 +151,6 @@ typedef struct nxt_upstream_source_s nxt_upstream_source_t;
#include <nxt_stream_source.h>
#include <nxt_upstream.h>
#include <nxt_upstream_source.h>
-#include <nxt_http_parse.h>
#include <nxt_http_source.h>
#include <nxt_fastcgi_source.h>
#include <nxt_cycle.h>