]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: normalize includes of public headers
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 28 Nov 2019 08:14:22 +0000 (09:14 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 28 Nov 2019 08:14:22 +0000 (09:14 +0100)
They are supposed to go into a sectinon of their own.

src/journal-remote/journal-upload.h
src/libsystemd-network/sd-dhcp-server.c
src/shared/bus-wait-for-jobs.h
src/shared/journal-importer.h
src/sulogin-shell/sulogin-shell.c

index 5711905f86f2d9e72a600619f46200c35f5438b6..4994cd8391dd5d147b842d93d4b1cd056aba56f3 100644 (file)
@@ -4,6 +4,7 @@
 
 #include "sd-event.h"
 #include "sd-journal.h"
+
 #include "time-util.h"
 
 typedef enum {
index 9e51bf74f5898599509616de9b20b164a4c0c383..546b5d02c4ceb7853559f68ec248074a8f4c51c9 100644 (file)
@@ -6,6 +6,7 @@
 #include <sys/ioctl.h>
 
 #include "sd-dhcp-server.h"
+#include "sd-id128.h"
 
 #include "alloc-util.h"
 #include "dhcp-internal.h"
@@ -13,7 +14,6 @@
 #include "fd-util.h"
 #include "in-addr-util.h"
 #include "io-util.h"
-#include "sd-id128.h"
 #include "siphash24.h"
 #include "string-util.h"
 #include "unaligned.h"
index 8f21eb9cd66060bdac48d3904e6b93ffb6e99d09..614a2c9de95445037a7069ec22258e0f7a5ec656 100644 (file)
@@ -2,6 +2,7 @@
 #pragma once
 
 #include "sd-bus.h"
+
 #include "macro.h"
 
 typedef struct BusWaitForJobs BusWaitForJobs;
index b2e3c817f5a3a3fee8e305fca201740ff131fbec..783edff5d3235900132f0f4c451c55526c149d61 100644 (file)
@@ -6,8 +6,9 @@
 #include <stdbool.h>
 #include <sys/uio.h>
 
-#include "io-util.h"
 #include "sd-id128.h"
+
+#include "io-util.h"
 #include "time-util.h"
 
 /* Make sure not to make this smaller than the maximum coredump size.
index 9f90981e718b5e15e406a7699b326a43a677207b..4cf9d22c87cd2bcc049bf7b5533061107df4093f 100644 (file)
@@ -6,13 +6,14 @@
 #include <errno.h>
 #include <sys/prctl.h>
 
+#include "sd-bus.h"
+
 #include "bus-util.h"
 #include "bus-error.h"
 #include "def.h"
 #include "env-util.h"
 #include "log.h"
 #include "process-util.h"
-#include "sd-bus.h"
 #include "signal-util.h"
 #include "special.h"