commit 998e916fcc7f1c43a10ad24a6219694e52c47e07 parent 62bf8f950a47dae97d51cb199fa7e0060c3e59e7 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 23 Jan 2015 15:07:48 +0100 sad.h: dont include limits.h here Diffstat:
M | sad.h | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/sad.h b/sad.h @@ -2,8 +2,6 @@ #include "compat.h" #endif -#include <limits.h> - #define LEN(x) (sizeof (x) / sizeof *(x)) #define PROTOCOLVERSION "0.0"