remove unused limits.h include in compat.h

This commit is contained in:
MarcoFalke 2023-08-08 17:49:17 +02:00
parent fa32af22b3
commit fa91a23d63
No known key found for this signature in database

View file

@ -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