diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-12 11:10:43 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-12 11:10:43 +0100 |
commit | dbfd6568658869c017feb518e50c574f0b928d6f (patch) | |
tree | 2a164640d3812d8528b670648e5ec12ecdcdf483 /plugins/check_ntp_peer.c | |
parent | 8b2222e8b704fc451093996e906c07a6a8e3538a (diff) | |
download | monitoring-plugins-dbfd6568658869c017feb518e50c574f0b928d6f.tar.gz |
all includes in one place
Diffstat (limited to 'plugins/check_ntp_peer.c')
-rw-r--r-- | plugins/check_ntp_peer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c index 6979d275..fcd06b8e 100644 --- a/plugins/check_ntp_peer.c +++ b/plugins/check_ntp_peer.c | |||
@@ -35,7 +35,6 @@ | |||
35 | * | 35 | * |
36 | *****************************************************************************/ | 36 | *****************************************************************************/ |
37 | 37 | ||
38 | #include "states.h" | ||
39 | const char *progname = "check_ntp_peer"; | 38 | const char *progname = "check_ntp_peer"; |
40 | const char *copyright = "2006-2024"; | 39 | const char *copyright = "2006-2024"; |
41 | const char *email = "devel@monitoring-plugins.org"; | 40 | const char *email = "devel@monitoring-plugins.org"; |
@@ -43,6 +42,7 @@ const char *email = "devel@monitoring-plugins.org"; | |||
43 | #include "common.h" | 42 | #include "common.h" |
44 | #include "netutils.h" | 43 | #include "netutils.h" |
45 | #include "utils.h" | 44 | #include "utils.h" |
45 | #include "../lib/states.h" | ||
46 | #include "check_ntp_peer.d/config.h" | 46 | #include "check_ntp_peer.d/config.h" |
47 | 47 | ||
48 | static int verbose = 0; | 48 | static int verbose = 0; |