Remove sched.h, because we don't use it and uclibc doesn't have it
authorDavid Schleef <ds@schleef.org>
Tue, 10 Jul 2001 22:30:27 +0000 (22:30 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 10 Jul 2001 22:30:27 +0000 (22:30 +0000)
demo/ledclock.c
demo/receiver.c

index 78c2a3b62fa2096aaadaf2672d49206bd0729997..712bab5bdb5bee9c80eed048043882108355e2fe 100644 (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>
index 1aae47c35d24b249ed4a79f52e8dca745b1c6a1c..4bddf5194d52864ce9d380769535697b68cfe0ca 100644 (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>