]> Pileus Git - ~andy/linux/blobdiff - Documentation/timers/hpet_example.c
Documentation/timers/hpet_example: drop duplicate header files
[~andy/linux] / Documentation / timers / hpet_example.c
index f9ce2d9fdfd5becebf0ed9a7a3db3cd60ed7ae55..4bfafb7bc4c5852b2796fa15572a753bcb717a6e 100644 (file)
@@ -10,7 +10,6 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <signal.h>
-#include <fcntl.h>
 #include <errno.h>
 #include <sys/time.h>
 #include <linux/hpet.h>
@@ -24,7 +23,6 @@ extern void hpet_read(int, const char **);
 
 #include <sys/poll.h>
 #include <sys/ioctl.h>
-#include <signal.h>
 
 struct hpet_command {
        char            *command;