CLEANUP: cache: reorder includes

This commit is contained in:
William Lallemand 2017-11-21 20:01:24 +01:00 committed by Willy Tarreau
parent 5438183276
commit 75d93291c9

View File

@ -12,6 +12,11 @@
#include <eb32tree.h>
#include <types/action.h>
#include <types/filters.h>
#include <types/proxy.h>
#include <types/shctx.h>
#include <proto/channel.h>
#include <proto/proxy.h>
#include <proto/hdr_idx.h>
@ -22,10 +27,6 @@
#include <proto/stream_interface.h>
#include <proto/shctx.h>
#include <types/action.h>
#include <types/filters.h>
#include <types/proxy.h>
#include <types/shctx.h>
#include <common/cfgparse.h>
#include <common/hash.h>