summaryrefslogtreecommitdiff
path: root/src/mod_magnet_cache.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_magnet_cache.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_magnet_cache.c')
-rw-r--r--src/mod_magnet_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_magnet_cache.c b/src/mod_magnet_cache.c
index 11c41a9d..1f8de572 100644
--- a/src/mod_magnet_cache.c
+++ b/src/mod_magnet_cache.c
@@ -5,7 +5,6 @@
#include <stdlib.h>
#include <time.h>
-#include <assert.h>
#include <lualib.h>
#include <lauxlib.h>