summaryrefslogtreecommitdiff
path: root/src/operand2sig.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-02-24 21:44:51 +0100
committerJim Meyering <meyering@redhat.com>2009-02-28 11:06:35 +0100
commit17b18bfa6ccd2638d8241504745fa50378c196d9 (patch)
tree89f1da5de285f33216cee7f16732a90f21f06545 /src/operand2sig.c
parenteb1e30c213d0ee80347e581f21da30e8084b238c (diff)
downloadcoreutils-17b18bfa6ccd2638d8241504745fa50378c196d9.tar.xz
maint: remove an unnecessary inclusion of <signal.h>
* src/operand2sig.c: Don't include <signal.h>.
Diffstat (limited to 'src/operand2sig.c')
-rw-r--r--src/operand2sig.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/operand2sig.c b/src/operand2sig.c
index 228db401c..23f44bc6d 100644
--- a/src/operand2sig.c
+++ b/src/operand2sig.c
@@ -1,5 +1,5 @@
/* operand2sig.c -- common function for parsing signal specifications
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -24,7 +24,6 @@
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
-#include <signal.h>
#if HAVE_SYS_WAIT_H
# include <sys/wait.h>