From: Lennart Poettering Date: Fri, 18 Sep 2015 23:56:12 +0000 (+0200) Subject: notify: sort header files, follow CODING_STYLE X-Git-Tag: v227~101^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f2deb8447a64434b861f807f4e58ebc24883fde;p=platform%2Fupstream%2Fsystemd.git notify: sort header files, follow CODING_STYLE --- diff --git a/src/notify/notify.c b/src/notify/notify.c index 772e3db..7d53cb6 100644 --- a/src/notify/notify.c +++ b/src/notify/notify.c @@ -19,20 +19,20 @@ along with systemd; If not, see . ***/ -#include -#include #include -#include +#include +#include #include +#include -#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;