From 362dc2bf3314b3e01d0445acbabaebedb3a94131 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 5 Jun 2006 17:35:24 +0000 Subject: Header cleanup on two more networking files (move libbb.h to the top and remove #includes that libbb.h already does), plus a minor cleanup of libbb.h to move #includes towards the top of the file where we can see 'em. --- networking/fakeidentd.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'networking/fakeidentd.c') diff --git a/networking/fakeidentd.c b/networking/fakeidentd.c index d3aa3ce5d..b097d9980 100644 --- a/networking/fakeidentd.c +++ b/networking/fakeidentd.c @@ -9,28 +9,22 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ +#include "busybox.h" + #include -#include -#include -#include #include #include #include #include #include -#include #include -#include #include #include -#include #include -#include #include -#include "busybox.h" #define IDENT_PORT 113 #define MAXCONNS 20 -- cgit v1.2.3