diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-10-17 02:31:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:43:05 -0400 |
commit | 1ee052253c780493fa8814c1fe83e87494ae694d (patch) | |
tree | 62a790e0cff53d25f824fa300598022639ec1a97 | |
parent | a8754beedbdc56864bc5f8c9461929a9b328b899 (diff) |
Clean up duplicate includes in Documentation/
This patch cleans up duplicate includes in
Documentation/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Balbir Singh <balbir@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | Documentation/accounting/getdelays.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/accounting/getdelays.c b/Documentation/accounting/getdelays.c index cbee3a27f768..ab82b7f53312 100644 --- a/Documentation/accounting/getdelays.c +++ b/Documentation/accounting/getdelays.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <sys/types.h> | 21 | #include <sys/types.h> |
22 | #include <sys/stat.h> | 22 | #include <sys/stat.h> |
23 | #include <sys/socket.h> | 23 | #include <sys/socket.h> |
24 | #include <sys/types.h> | ||
25 | #include <signal.h> | 24 | #include <signal.h> |
26 | 25 | ||
27 | #include <linux/genetlink.h> | 26 | #include <linux/genetlink.h> |