Remove debugging statement.
[oweals/busybox.git] / free.c
diff --git a/free.c b/free.c
index d287c03f565743c660a4bd8170292c58dd502566..2e34a972c0b0c51712ccc72750a54a53d9d7dc3a 100644 (file)
--- a/free.c
+++ b/free.c
  *
  */
 
-#include "busybox.h"
+/* getopt not needed */
+
 #include <stdio.h>
 #include <errno.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int free_main(int argc, char **argv)
 {