commit 71fb259d02be59a754e4b94443685ca530f40b09 parent d4830dba302a95f970f42e04e745658aa367c8a0 Author: sin <sin@2f30.org> Date: Sat, 14 Feb 2015 18:26:45 +0000 Remove evil and unused assert.h from cols(1) Diffstat:
M | cols.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/cols.c b/cols.c @@ -1,5 +1,4 @@ /* See LICENSE file for copyright and license details. */ -#include <assert.h> #include <limits.h> #include <stdint.h> #include <stdio.h>