mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
notify: sort header files, follow CODING_STYLE
This commit is contained in:
parent
c077529ba6
commit
6f2deb8447
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user