"formated" -> "formatted" throughout the code base.
[oweals/busybox.git] / miscutils / less.c
index 940b1c865bc335b128149983b901973d3a7a5bc5..596490483e419ae5e2b3023183282bf476c3500a 100644 (file)
@@ -30,6 +30,7 @@
  *      redirected input has been read from stdin
 */
 
+#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -37,8 +38,6 @@
 #include <unistd.h>
 #include <ctype.h>
 
-#include "busybox.h"
-
 #ifdef CONFIG_FEATURE_LESS_REGEXP
 #include "xregex.h"
 #endif