Remove sched.h, because we don't use it and uclibc doesn't have it

This commit is contained in:
David Schleef 2001-07-10 22:30:27 +00:00
parent f8cab16c4d
commit a21713730a
2 changed files with 0 additions and 2 deletions

View file

@ -23,7 +23,6 @@
#include <errno.h>
#include <getopt.h>
#include <ctype.h>
#include <sched.h>
#include <signal.h>
#include <string.h>
#include <sys/time.h>

View file

@ -23,7 +23,6 @@
#include <errno.h>
#include <getopt.h>
#include <ctype.h>
#include <sched.h>
#include <signal.h>
#include <string.h>
#include <sys/time.h>