]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove an unnecessary inclusion of <signal.h>
authorJim Meyering <meyering@redhat.com>
Tue, 24 Feb 2009 20:44:51 +0000 (21:44 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 28 Feb 2009 10:06:35 +0000 (11:06 +0100)
* src/operand2sig.c: Don't include <signal.h>.

src/operand2sig.c

index 228db401c5ea384cc2f5051973d708c98eea2912..23f44bc6df01d2bb995ef512719474e69c776378 100644 (file)
@@ -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>