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

@@ -10,14 +10,11 @@
*
*/
#include <stdio.h>
#include "libbb.h"
#include <string.h>
#include <stdlib.h>
#include <netinet/in.h>
#include "libnetlink.h"
#include "ll_map.h"
#include "libbb.h"
struct idxmap
{