mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-26 14:42:21 +00:00
CLEANUP: checks: Fix checks includes
This commit is contained in:
parent
39959a75e9
commit
dc75d577b9
@ -22,11 +22,9 @@
|
||||
#ifndef _PROTO_CHECKS_H
|
||||
#define _PROTO_CHECKS_H
|
||||
|
||||
#include <types/task.h>
|
||||
#include <common/config.h>
|
||||
#include <types/mailers.h>
|
||||
|
||||
#include <types/action.h>
|
||||
#include <types/mailers.h>
|
||||
#include <types/checks.h>
|
||||
|
||||
const char *get_check_status_description(short check_status);
|
||||
const char *get_check_status_info(short check_status);
|
||||
|
@ -13,15 +13,21 @@
|
||||
#ifndef _TYPES_CHECKS_H
|
||||
#define _TYPES_CHECKS_H
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <ebpttree.h>
|
||||
|
||||
#include <common/standard.h>
|
||||
#include <common/config.h>
|
||||
#include <common/ist.h>
|
||||
#include <common/mini-clist.h>
|
||||
#include <common/regex.h>
|
||||
#include <common/buf.h>
|
||||
|
||||
#include <types/connection.h>
|
||||
#include <types/obj_type.h>
|
||||
#include <types/proxy.h>
|
||||
#include <types/sample.h>
|
||||
#include <types/server.h>
|
||||
#include <types/session.h>
|
||||
#include <types/task.h>
|
||||
|
||||
/* enum used by check->result. Must remain in this order, as some code uses
|
||||
|
Loading…
Reference in New Issue
Block a user