CLEANUP: checks: Fix checks includes

This commit is contained in:
Christopher Faulet 2020-04-29 13:32:21 +02:00
parent 39959a75e9
commit dc75d577b9
2 changed files with 9 additions and 5 deletions

View File

@ -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);

View File

@ -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