From 4164fcc2f9b02a7cba31215328753fe328ce0d90 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 23 May 2010 17:02:30 -0700 Subject: Documentation/timers/hpet_example: drop duplicate header files Documentation/timers/hpet_example.c: fcntl.h is included more than once. Documentation/timers/hpet_example.c: signal.h is included more than once. Signed-off-by: Andrea Gelmini Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- Documentation/timers/hpet_example.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Documentation/timers') diff --git a/Documentation/timers/hpet_example.c b/Documentation/timers/hpet_example.c index f9ce2d9fdfd5..4bfafb7bc4c5 100644 --- a/Documentation/timers/hpet_example.c +++ b/Documentation/timers/hpet_example.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include @@ -24,7 +23,6 @@ extern void hpet_read(int, const char **); #include #include -#include struct hpet_command { char *command; -- cgit v1.2.3