chiark / gitweb /
stdout: remove stdout-syslog-bridge since it is now obsoleted by journald
[elogind.git] / src / notify.c
index fe33ac0b8c04eebb8cbba0793e1fe1a94178146b..9d52bdfdd34606cc6dfcb3494387e147d0a4cddb 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
+#include <systemd/sd-daemon.h>
+
 #include "strv.h"
 #include "util.h"
 #include "log.h"
-#include "sd-daemon.h"
-#include "sd-notify.h"
+#include "sd-readahead.h"
 
 static bool arg_ready = false;
 static pid_t arg_pid = 0;