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)