summaryrefslogtreecommitdiff
path: root/src/configparser.y
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/configparser.y
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/configparser.y')
-rw-r--r--src/configparser.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configparser.y b/src/configparser.y
index 66165d86..b46651ce 100644
--- a/src/configparser.y
+++ b/src/configparser.y
@@ -9,7 +9,6 @@
#include "array.h"
#include "request.h" /* http_request_host_normalize() */
-#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <stdio.h>