Consolidate #include <sys/time.h> so libbb.h does it.

This commit is contained in:
Rob Landley
2006-05-27 21:42:58 +00:00
parent d244bc1a57
commit 299a6b4d7b
40 changed files with 2 additions and 46 deletions

View File

@@ -38,7 +38,6 @@
#include <limits.h>
#include <errno.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/resource.h>
#include "busybox.h"

View File

@@ -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>