From cc44abfa838dbe542e3bf26def42d41c22ca9c05 Mon Sep 17 00:00:00 2001 From: Pavel Rochnyack Date: Fri, 12 Jul 2019 19:07:39 +0700 Subject: [PATCH] disk.c: remove unused lines limits.h check removed in 865f2eb31e8264edd9337bc63ac59f6c2fa3b5a7 limits.h included in src/daemon/collectd.h unconditionally Issue: #3181 (cherry picked from commit d99416997de1c4d9e676960719327a52a364f605) --- src/disk.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/disk.c b/src/disk.c index e73a5c08..ecb06c87 100644 --- a/src/disk.c +++ b/src/disk.c @@ -59,9 +59,6 @@ #include #endif -#if HAVE_LIMITS_H -#include -#endif #ifndef UINT_MAX #define UINT_MAX 4294967295U #endif -- 2.11.0