don't include paths.h (which isn't used anyway)
authorewt <devnull@localhost>
Sun, 29 Sep 1996 02:28:42 +0000 (02:28 +0000)
committerewt <devnull@localhost>
Sun, 29 Sep 1996 02:28:42 +0000 (02:28 +0000)
CVS patchset: 1071
CVS date: 1996/09/29 02:28:42

lib/rpmrc.c
lib/signature.c

index d97ed44..8922e30 100644 (file)
@@ -1,5 +1,4 @@
 #include <ctype.h>
-#include <paths.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index d7fcd62..12276b2 100644 (file)
@@ -11,7 +11,6 @@
 #include <asm/byteorder.h>
 #endif
 
-#include <paths.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>