delete tons of extra #includes
This commit is contained in:
@@ -11,16 +11,14 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "libbb.h"
|
||||
#include <string.h>
|
||||
//#include <sys/socket.h> /* socket() */
|
||||
#include <net/if.h> /* struct ifreq and co. */
|
||||
//#include <sys/ioctl.h> /* ioctl() & SIOCGIFINDEX */
|
||||
|
||||
#include "libbb.h"
|
||||
#include "libnetlink.h"
|
||||
#include "ll_map.h"
|
||||
|
||||
#include <sys/socket.h> /* socket() */
|
||||
#include <net/if.h> /* struct ifreq and co. */
|
||||
#include <sys/ioctl.h> /* ioctl() & SIOCGIFINDEX */
|
||||
|
||||
struct idxmap {
|
||||
struct idxmap * next;
|
||||
int index;
|
||||
|
Reference in New Issue
Block a user