]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
don't include assert.h
authorJim Meyering <jim@meyering.net>
Sun, 28 Nov 1999 14:04:12 +0000 (14:04 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 Nov 1999 14:04:12 +0000 (14:04 +0000)
src/sleep.c

index 4781f406dd85a66bb4792a5b7b13582fbdb57c0c..ee57cb8264cf0ce3dda499ae9f4e51cefe5bf659 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <config.h>
 #include <stdio.h>
-#include <assert.h>
 #include <sys/types.h>
 #include <time.h>
 #include <getopt.h>