]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: checks: Fix checks includes
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Apr 2020 11:32:21 +0000 (13:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Apr 2020 11:32:29 +0000 (13:32 +0200)
include/proto/checks.h
include/types/checks.h

index 079e2dcd736db3de198100fbf7d4e1b27264d5e8..f0ff52aa23c4288c7f1e72eeddff98c3570da6e8 100644 (file)
 #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);
index 8cf1c621809395c8a850c85d315db361a267dfa1..48092859cfecd8d1cd03f49952ea9c60160ba2be 100644 (file)
 #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