Don't include <assert.h>; it wasn't used.
authorJim Meyering <jim@meyering.net>
Wed, 28 Dec 2005 10:22:41 +0000 (10:22 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 28 Dec 2005 10:22:41 +0000 (10:22 +0000)
src/cp.c
src/df.c
src/link.c
src/mknod.c
src/nice.c
src/sleep.c
src/unlink.c

index 4fe344fb9dfaeef02612989acbe72a533d0b3488..0da15233c6029915c9b1a1a3b270a6d8ad690b6c 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -20,7 +20,6 @@
 #include <config.h>
 #include <stdio.h>
 #include <sys/types.h>
-#include <assert.h>
 #include <getopt.h>
 
 #include "system.h"
index 366aaaa76cb2b2131d583423942b6b8f22cab65a..0286f8a2d0ec8a924bf36a12c4fdc47b3816bbcf 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -23,7 +23,6 @@
 #include <stdio.h>
 #include <sys/types.h>
 #include <getopt.h>
-#include <assert.h>
 
 #include "system.h"
 #include "canonicalize.h"
index c0ae7d54997c8d46cac3abac92a77f98833c29d0..277cf23524cd39e3d9114f079512799588d2938d 100644 (file)
@@ -25,7 +25,6 @@
 #include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
-#include <assert.h>
 
 #include "system.h"
 #include "error.h"
index e451f15c04a25e2d0fe6e9d09668b77036854c81..4fd81f53539d63e131f7b7c07ef079a164acce33 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <config.h>
 #include <stdio.h>
-#include <assert.h>
 #include <getopt.h>
 #include <sys/types.h>
 
index 7f19aeb1b00db951c935b425f4277c8eabb66ff7..19b38bc3423ae2313fa1b4b5050772adac2298f0 100644 (file)
@@ -19,9 +19,6 @@
 
 #include <config.h>
 #include <stdio.h>
-
-#include <assert.h>
-
 #include <getopt.h>
 #include <sys/types.h>
 
index 6ff81b8050291c59f7a016e8a272601ac2a44af5..730b19d1713e4fd1d8b51131967e824501cdeb4a 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <config.h>
 #include <stdio.h>
-#include <assert.h>
 #include <sys/types.h>
 #include <getopt.h>
 
index 263292cdc89a9cf09534c42f1caae2aeaf5df697..72550764935075e22b10fb133f3d8258abd7f7e4 100644 (file)
@@ -25,7 +25,6 @@
 #include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
-#include <assert.h>
 
 #include "system.h"
 #include "error.h"