diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-19 16:33:08 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-19 16:33:08 +0100 |
commit | 4ca309dd993735c6e9d07e9defc71f20bba776a9 (patch) | |
tree | 56ca3b2684b572ab9db5466d6a43e2d68f722612 | |
parent | e6f0bb802c64d21ef1f942306a2d53521f565d9d (diff) | |
download | monitoring-plugins-4ca309dd993735c6e9d07e9defc71f20bba776a9.tar.gz |
Maybe fix compilation errors
-rw-r--r-- | lib/monitoringplug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/monitoringplug.h b/lib/monitoringplug.h index 5f05a974..a555d736 100644 --- a/lib/monitoringplug.h +++ b/lib/monitoringplug.h | |||
@@ -1,7 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "./states.h" | 3 | #include "./states.h" |
4 | #include "./utils.h" | ||
5 | #include "./utils_base.h" | 4 | #include "./utils_base.h" |
6 | #include "./thresholds.h" | 5 | #include "./thresholds.h" |
7 | #include "./maxfd.h" | 6 | #include "./maxfd.h" |