summaryrefslogtreecommitdiff
path: root/src/mod_authn_file.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-03-23 21:37:17 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2017-03-28 02:17:33 -0400
commita53f662a30ce340fb2b7f233f573aa9c30b935b9 (patch)
tree143d805da68b06f11005b5451e895d3b60958173 /src/mod_authn_file.c
parent14890c1c8956094468b04b1d9762e0884275d55d (diff)
downloadlighttpd-git-a53f662a30ce340fb2b7f233f573aa9c30b935b9.tar.gz
[core] remove some unused header includes
remove exposure of stdio.h in buffer.h for print_backtrace(), now static
Diffstat (limited to 'src/mod_authn_file.c')
-rw-r--r--src/mod_authn_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_authn_file.c b/src/mod_authn_file.c
index c5cf3c2b..b5054fb4 100644
--- a/src/mod_authn_file.c
+++ b/src/mod_authn_file.c
@@ -34,7 +34,6 @@
#include "log.h"
#include "response.h"
-#include "inet_ntop_cache.h"
#include "base64.h"
#include "md5.h"
@@ -42,6 +41,7 @@
#include <sys/stat.h>
#include <stdlib.h>
+#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>