Header cleanup: don't #include headers that libbb.h already includes.
This commit is contained in:
@ -13,9 +13,10 @@
|
||||
* Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized
|
||||
*/
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
@ -24,8 +25,6 @@
|
||||
#include "utils.h"
|
||||
#include "ip_common.h"
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
#ifndef RTAX_RTTVAR
|
||||
#define RTAX_RTTVAR RTAX_HOPS
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user