diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-28 14:04:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-28 14:04:12 +0000 |
commit | b9c91d05702d4d539c1289162ac19e166f8502d4 (patch) | |
tree | a2fb5aadbcf47d6a22633bf89f52d0a1a101408c /src | |
parent | e20a9b89d297248929c88ce749f334e44f0d6ac5 (diff) | |
download | coreutils-b9c91d05702d4d539c1289162ac19e166f8502d4.tar.xz |
don't include assert.h
Diffstat (limited to 'src')
-rw-r--r-- | src/sleep.c | 1 |
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> |