Commit ebd16016 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Reduce #include pollution

parent 53a28ab7
......@@ -58,7 +58,6 @@
#include "cache.h"
#include "cache_backend.h"
#include "hash_slinger.h"
#include "vav.h"
#include "vsha256.h"
......@@ -311,7 +310,7 @@ HSH_Lookup(struct sess *sp, struct objhead **poh)
CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
CHECK_OBJ_NOTNULL(sp->wrk, WORKER_MAGIC);
CHECK_OBJ_NOTNULL(sp->http, HTTP_MAGIC);
CHECK_OBJ_NOTNULL(sp->director, DIRECTOR_MAGIC);
AN(sp->director);
AN(hash);
w = sp->wrk;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment