Remove evil and unused assert.h from cols(1)

This commit is contained in:
sin 2015-02-14 18:26:45 +00:00
parent d4830dba30
commit 71fb259d02
1 changed files with 0 additions and 1 deletions

1
cols.c
View File

@ -1,5 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <assert.h>
#include <limits.h>
#include <stdint.h>
#include <stdio.h>