forgot to remove some debugging noise
[oweals/busybox.git] / mt.c
diff --git a/mt.c b/mt.c
index eb93cb234f2a3fbe62c8e34ad44b9f134d4d22f7..350d3ae5a629f887871c16708ceccfd1b92d6d03 100644 (file)
--- a/mt.c
+++ b/mt.c
@@ -1,9 +1,9 @@
 /* vi: set sw=4 ts=4: */
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/mtio.h>
 #include <sys/fcntl.h>
+#include "busybox.h"
 
 struct mt_opcodes {
        char *name;