Patch from Jeff Garzik marking a few 'getopt not needed' apps.
[oweals/busybox.git] / expr.c
diff --git a/expr.c b/expr.c
index 8ef5293c1d86771fd503ebb15a38964db00af984..3b454bd3a96be8d508df327965286665661ee263 100644 (file)
--- a/expr.c
+++ b/expr.c
  * One function can handle multiple operators all of equal precedence,
  * provided they all associate ((x op x) op x). */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include <regex.h>
 #include <sys/types.h>
+#include "busybox.h"
 
 
 /* The kinds of value we can have.  */