mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
all includes in one place
This commit is contained in:
parent
8b2222e8b7
commit
dbfd656865
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue