diff options
author | Christian Pointner <equinox@anytun.org> | 2010-01-06 02:13:55 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2010-01-06 02:13:55 +0000 |
commit | 0c89281f2a52ff3f47662385ee43241dcf72a6f9 (patch) | |
tree | fbcb89c54d20243a2ef11513bf14894766de925c /src | |
parent | fixed spelling error (diff) |
signal_handler include cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/sig_handler.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/sig_handler.c b/src/sig_handler.c index ca2e18f..56cab15 100644 --- a/src/sig_handler.c +++ b/src/sig_handler.c @@ -36,16 +36,13 @@ #include "datatypes.h" #include "log.h" +#include "sig_handler.h" + #include <signal.h> #include <unistd.h> #include <fcntl.h> -#include <sys/select.h> #include <errno.h> -#include "sig_handler.h" - -#include <stdio.h> - static int sig_pipe_fds[2]; |