Whitespace / formatting / bracket cleanup.
[oweals/busybox.git] / watchdog.c
index 65d0fc35f2ae252904e572d097585bb93bbbd36d..5b5fd6953417941bfc5a64e8828fdbebcdef458e 100644 (file)
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int watchdog_main(int argc, char **argv)
 {