From 51003344a847d66138858397c47aac9e81dd119e Mon Sep 17 00:00:00 2001 From: Luoqi Chen Date: Sun, 30 Jan 2000 05:24:55 +0000 Subject: [PATCH] Remove unused #include and prototype declaration. --- sbin/tunefs/tunefs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index a4426d5be20c..1cdaae8bf643 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -61,7 +61,6 @@ static const char rcsid[] = #include #include #include -#include #include /* the optimization warning string template */ @@ -81,7 +80,6 @@ int bread(daddr_t, char *, int); void getsb(struct fs *, char *); void usage __P((void)); void printfs __P((void)); -char *rawname __P((char *, char *)); int main(argc, argv)