aboutsummaryrefslogtreecommitdiff
path: root/src/compat
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-08-08 17:49:17 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-08-08 17:47:23 +0200
commitfa91a23d63dcbf222bd70d05ed49cf1f8e4edce0 (patch)
tree981751be7e4184e64d272bc6a6b8c70dd58fcb91 /src/compat
parentfa32af22b323e7c58b6b20af6517f4795a72cdc5 (diff)
remove unused limits.h include in compat.h
Diffstat (limited to 'src/compat')
-rw-r--r--src/compat/compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compat/compat.h b/src/compat/compat.h
index f1c4dedc04..211d46e6ba 100644
--- a/src/compat/compat.h
+++ b/src/compat/compat.h
@@ -32,7 +32,6 @@
#include <netinet/tcp.h>// IWYU pragma: export
#include <arpa/inet.h>// IWYU pragma: export
#include <ifaddrs.h>// IWYU pragma: export
-#include <limits.h>
#include <netdb.h>// IWYU pragma: export
#include <unistd.h>// IWYU pragma: export
#endif