summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-28 14:04:12 +0000
committerJim Meyering <jim@meyering.net>1999-11-28 14:04:12 +0000
commitb9c91d05702d4d539c1289162ac19e166f8502d4 (patch)
treea2fb5aadbcf47d6a22633bf89f52d0a1a101408c /src
parente20a9b89d297248929c88ce749f334e44f0d6ac5 (diff)
downloadcoreutils-b9c91d05702d4d539c1289162ac19e166f8502d4.tar.xz
don't include assert.h
Diffstat (limited to 'src')
-rw-r--r--src/sleep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sleep.c b/src/sleep.c
index 4781f406d..ee57cb826 100644
--- a/src/sleep.c
+++ b/src/sleep.c
@@ -17,7 +17,6 @@
#include <config.h>
#include <stdio.h>
-#include <assert.h>
#include <sys/types.h>
#include <time.h>
#include <getopt.h>