diff options
author | Roy Marples <roy@marples.name> | 2008-06-05 12:26:53 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-06-05 12:26:53 +0000 |
commit | 2adc99a8f5919c7266ab1d4f1c33f969f330c6e5 (patch) | |
tree | ac7c35274d2df2c862e078517c7b78209ad1c182 /src/librc | |
parent | fc747f9894d6568c57a824ecb79e1a6379ee6163 (diff) |
No need to include this.
Diffstat (limited to 'src/librc')
-rw-r--r-- | src/librc/librc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librc/librc.c b/src/librc/librc.c index c94c7a4b..227730d1 100644 --- a/src/librc/librc.c +++ b/src/librc/librc.c @@ -35,7 +35,6 @@ const char librc_copyright[] = "Copyright (c) 2007-2008 Roy Marples"; #ifdef __FreeBSD__ #include <sys/sysctl.h> #endif -#include <signal.h> #define RC_RUNLEVEL RC_SVCDIR "/softlevel" |