diff options
-rw-r--r-- | plugins/negate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index 08fa1470..0520d298 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -29,7 +29,6 @@ | |||
29 | * | 29 | * |
30 | *****************************************************************************/ | 30 | *****************************************************************************/ |
31 | 31 | ||
32 | #include "states.h" | ||
33 | const char *progname = "negate"; | 32 | const char *progname = "negate"; |
34 | const char *copyright = "2002-2024"; | 33 | const char *copyright = "2002-2024"; |
35 | const char *email = "devel@monitoring-plugins.org"; | 34 | const char *email = "devel@monitoring-plugins.org"; |
@@ -40,6 +39,7 @@ const char *email = "devel@monitoring-plugins.org"; | |||
40 | #include "utils.h" | 39 | #include "utils.h" |
41 | #include "utils_cmd.h" | 40 | #include "utils_cmd.h" |
42 | #include "negate.d/config.h" | 41 | #include "negate.d/config.h" |
42 | #include "../lib/states.h" | ||
43 | 43 | ||
44 | typedef struct { | 44 | typedef struct { |
45 | int errorcode; | 45 | int errorcode; |