]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
notify: sort header files, follow CODING_STYLE
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Sep 2015 23:56:12 +0000 (01:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 22 Sep 2015 14:32:04 +0000 (16:32 +0200)
src/notify/notify.c

index 772e3db69d3c296568c7dfc16d69809b8d6467af..7d53cb6d75ff7ed459fbe13b8652ddcc66df6c97 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdio.h>
-#include <getopt.h>
 #include <errno.h>
-#include <unistd.h>
+#include <getopt.h>
+#include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 
-#include "systemd/sd-daemon.h"
+#include "sd-daemon.h"
 
-#include "strv.h"
-#include "util.h"
-#include "log.h"
 #include "build.h"
 #include "env-util.h"
 #include "formats-util.h"
+#include "log.h"
+#include "strv.h"
+#include "util.h"
 
 static bool arg_ready = false;
 static pid_t arg_pid = 0;