summaryrefslogtreecommitdiff
path: root/src/mod_authn_file.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-09-09 01:50:33 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2018-09-23 18:01:58 -0400
commit3dd3cde902bb45165985f587cae590df2e9dfc38 (patch)
tree7569d21420035b74bbcf9c588690764079928d1a /src/mod_authn_file.c
parentc8159ee5f695ecdb6075974b93d3388838313710 (diff)
downloadlighttpd-git-3dd3cde902bb45165985f587cae590df2e9dfc38.tar.gz
[core] abstraction layer for HTTP header manip
http_header.[ch] convert existing calls to manip request/response headers convert existing calls to manip environment array (often header-related)
Diffstat (limited to 'src/mod_authn_file.c')
-rw-r--r--src/mod_authn_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_authn_file.c b/src/mod_authn_file.c
index 567ab1af..0450f1c5 100644
--- a/src/mod_authn_file.c
+++ b/src/mod_authn_file.c
@@ -30,7 +30,6 @@
#include "plugin.h"
#include "http_auth.h"
#include "log.h"
-#include "response.h"
#include "algo_sha1.h"
#include "base64.h"