Header cleanup: don't #include headers that libbb.h already includes.

This commit is contained in:
Rob Landley
2006-06-02 20:53:38 +00:00
parent ff97ee9abd
commit ecae66ac16
8 changed files with 13 additions and 39 deletions

View File

@ -9,14 +9,14 @@
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*/
#include <arpa/inet.h>
#include "libbb.h"
#include <string.h>
#include <net/if_arp.h>
#include "rt_names.h"
#include "utils.h"
#include "libbb.h"
const char *ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen)
{