notify: sort header files, follow CODING_STYLE

This commit is contained in:
Lennart Poettering 2015-09-19 01:56:12 +02:00
parent c077529ba6
commit 6f2deb8447

View file

@ -19,20 +19,20 @@
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;