summaryrefslogtreecommitdiff
path: root/src/daemon/signals.c
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-12-21 19:15:45 +0100
committerAndreas Baumann <abaumann@yahoo.com>2008-12-21 19:15:45 +0100
commitb1c82eab4117d13ec570bdaacba88e46c8992e4a (patch)
treee7791c64228c2f50e023d2db227432d7add6bfa5 /src/daemon/signals.c
parent07bbb6aa8857a2fbc77d6db6b6d1e7bafb7d0976 (diff)
downloadwolfbones-b1c82eab4117d13ec570bdaacba88e46c8992e4a.tar.gz
wolfbones-b1c82eab4117d13ec570bdaacba88e46c8992e4a.tar.bz2
compiling and linking again, things are more separate now
Diffstat (limited to 'src/daemon/signals.c')
-rw-r--r--src/daemon/signals.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/daemon/signals.c b/src/daemon/signals.c
index 253c2ab..b455838 100644
--- a/src/daemon/signals.c
+++ b/src/daemon/signals.c
@@ -1,6 +1,3 @@
-#include "signals.h"
-#include "daemon.h"
-
#include "port/string.h" /* for memset */
#include <unistd.h> /* for getpid, pipe, write, read */
@@ -9,8 +6,8 @@
#include <sys/select.h> /* for FD_XX and select */
#include "errors.h"
-#include "signals.h"
#include "log.h"
+#include "daemon/signals.h"
#include "daemon/daemon_internal.h"
#include "port/unused.h"