From 134d0eb114ac67693eb62bb030dd537eca71c48d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 19 Jun 2010 20:07:23 +0200 Subject: cosmetics on top of Dan's patches Signed-off-by: Denys Vlasenko --- networking/ipcalc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'networking/ipcalc.c') diff --git a/networking/ipcalc.c b/networking/ipcalc.c index 87f31fdb5..265009ad8 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c @@ -11,10 +11,8 @@ * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ - #include "libbb.h" - -#include +/* After libbb.h, because on some systems it needs other includes */ #include #define CLASS_A_NETMASK ntohl(0xFF000000) -- cgit v1.2.3