Consolidate #include <sys/time.h> so libbb.h does it.
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#include "busybox.h"
|
||||
|
||||
|
@@ -40,7 +40,6 @@
|
||||
|
||||
#ifdef CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <fcntl.h>
|
||||
#include <netinet/in.h> /* htons */
|
||||
#endif
|
||||
@@ -370,7 +369,6 @@ static void clearmems(void)
|
||||
|
||||
#ifdef CONFIG_FEATURE_USE_TERMIOS
|
||||
#include <termios.h>
|
||||
#include <sys/time.h>
|
||||
#include <signal.h>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user