mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 22:28:41 -04:00
CLEANUP: cache: reorder includes
This commit is contained in:
parent
5438183276
commit
75d93291c9
1 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue