summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-06 02:13:55 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-06 02:13:55 +0000
commit0c89281f2a52ff3f47662385ee43241dcf72a6f9 (patch)
treefbcb89c54d20243a2ef11513bf14894766de925c
parentfixed spelling error (diff)
signal_handler include cleanup
-rw-r--r--src/sig_handler.c7
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];