* src/operand2sig.c: Don't include <signal.h>.
/* 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
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
-#include <signal.h>
#if HAVE_SYS_WAIT_H
# include <sys/wait.h>