From 84e422771bbfee8a4fcf41e64d37490454060eca Mon Sep 17 00:00:00 2001 From: vodz Date: Thu, 29 Sep 2005 07:55:51 +0000 Subject: reorder include and . git-svn-id: svn://busybox.net/trunk/busybox@11686 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/busybox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/busybox.h b/include/busybox.h index 4870871f2..f16be706d 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -29,8 +29,8 @@ #include #include #include -#include #include +#include #if __GNU_LIBRARY__ < 5 && \ !defined(__dietlibc__) && \ -- cgit v1.2.3-55-g6feb