diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-09-17 13:06:44 +0200 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-09-17 13:06:44 +0200 |
commit | 709702b9f571b01b862aa9eb3e2dacac144a2057 (patch) | |
tree | f8c7c116b1d4381fb8e198e861092299b6f6b84d | |
parent | f656baa886c72083fe5768b8d2c48daad86b7d1e (diff) | |
download | monitoring-plugins-709702b.tar.gz |
Remove useless include in lib/utils_base.h
-rw-r--r-- | lib/utils_base.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h index 9482f23b..f4078c77 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h | |||
@@ -2,8 +2,6 @@ | |||
2 | #define _UTILS_BASE_ | 2 | #define _UTILS_BASE_ |
3 | /* Header file for Monitoring Plugins utils_base.c */ | 3 | /* Header file for Monitoring Plugins utils_base.c */ |
4 | 4 | ||
5 | #include "sha1.h" | ||
6 | |||
7 | /* This file holds header information for thresholds - use this in preference to | 5 | /* This file holds header information for thresholds - use this in preference to |
8 | individual plugin logic */ | 6 | individual plugin logic */ |
9 | 7 | ||