all includes in one place

This commit is contained in:
Lorenz Kästle 2025-03-12 11:10:43 +01:00
parent 8b2222e8b7
commit dbfd656865

View file

@ -35,7 +35,6 @@
*
*****************************************************************************/
#include "states.h"
const char *progname = "check_ntp_peer";
const char *copyright = "2006-2024";
const char *email = "devel@monitoring-plugins.org";
@ -43,6 +42,7 @@ const char *email = "devel@monitoring-plugins.org";
#include "common.h"
#include "netutils.h"
#include "utils.h"
#include "../lib/states.h"
#include "check_ntp_peer.d/config.h"
static int verbose = 0;