[core] remove unused includes of stat_cache.h

personal/stbuehler/mod-csrf
Glenn Strauss 2017-06-21 21:23:18 -04:00
parent 685cab057e
commit cafb091cd4
4 changed files with 0 additions and 4 deletions

View File

@ -13,7 +13,6 @@
#include "plugin.h"
#include "stat_cache.h"
#include "status_counter.h"
#include <sys/types.h>

View File

@ -5,7 +5,6 @@
#include "buffer.h"
#include "response.h"
#include "http_chunk.h"
#include "stat_cache.h"
#include "plugin.h"

View File

@ -6,7 +6,6 @@
#include "plugin.h"
#include "stat_cache.h"
#include "etag.h"
#include "http_chunk.h"
#include "response.h"

View File

@ -7,7 +7,6 @@
#include "plugin.h"
#include "response.h"
#include "stat_cache.h"
#include <stdlib.h>
#include <string.h>