summaryrefslogtreecommitdiff
path: root/src/mod_staticfile.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-06-21 21:23:18 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2017-07-15 22:42:15 -0400
commitcafb091cd48d94a3935b589e308573a4c43521b1 (patch)
tree7bc689a7a7b017872c49ccce2cd9ab9504850dce /src/mod_staticfile.c
parent685cab057e4e45cdf1203bc830d8fe3ed02ecf9f (diff)
downloadlighttpd-git-cafb091cd48d94a3935b589e308573a4c43521b1.tar.gz
[core] remove unused includes of stat_cache.h
Diffstat (limited to 'src/mod_staticfile.c')
-rw-r--r--src/mod_staticfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_staticfile.c b/src/mod_staticfile.c
index da906c39..f72ee3fd 100644
--- a/src/mod_staticfile.c
+++ b/src/mod_staticfile.c
@@ -6,7 +6,6 @@
#include "plugin.h"
-#include "stat_cache.h"
#include "etag.h"
#include "http_chunk.h"
#include "response.h"