Whitespace / formatting / bracket cleanup.
[oweals/busybox.git] / fsck_minix.c
index 9d762200606d243af355d4839fb24de99feeda6c..9a53a705e60a11ec3a9123c189ffd2b227fd7fe3 100644 (file)
@@ -86,7 +86,6 @@
  * enforced (but it's not much fun on a character device :-). 
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <errno.h>
 #include <unistd.h>
@@ -97,6 +96,7 @@
 #include <termios.h>
 #include <mntent.h>
 #include <sys/param.h>
+#include "busybox.h"
 
  
  typedef unsigned char u8;
@@ -283,11 +283,6 @@ static void leave(int status)
        exit(status);
 }
 
-static void show_usage(void)
-{
-       usage(fsck_minix_usage);
-}
-
 static void die(const char *str)
 {
        error_msg("%s", str);