forgot to remove some debugging noise
[oweals/busybox.git] / free.c
diff --git a/free.c b/free.c
index d287c03f565743c660a4bd8170292c58dd502566..41e872d12c689c8dafd8763e6ca6be5172bd426b 100644 (file)
--- a/free.c
+++ b/free.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <errno.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int free_main(int argc, char **argv)
 {