]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: sort includes in *.h 1947/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Wed, 18 Nov 2015 21:46:33 +0000 (22:46 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Wed, 18 Nov 2015 22:09:02 +0000 (23:09 +0100)
This is a continuation of the previous include sort patch, which
only sorted for .c files.

128 files changed:
src/basic/audit-util.h
src/basic/bitmap.h
src/basic/calendarspec.h
src/basic/cgroup-util.h
src/basic/escape.h
src/basic/fd-util.h
src/basic/fileio-label.h
src/basic/fs-util.h
src/basic/gunicode.h
src/basic/ioprio.h
src/basic/json.h
src/basic/memfd-util.h
src/basic/process-util.h
src/basic/selinux-util.h
src/basic/socket-util.h
src/basic/terminal-util.h
src/basic/user-util.h
src/bootchart/bootchart.h
src/bootchart/store.h
src/bus-proxyd/bus-xml-policy.h
src/bus-proxyd/driver.h
src/core/bus-endpoint.h
src/core/bus-policy.h
src/core/cgroup.h
src/core/dbus-kill.h
src/core/dbus-scope.h
src/core/dbus-service.h
src/core/dbus-slice.h
src/core/dbus-socket.h
src/core/dbus-swap.h
src/core/dbus-timer.h
src/core/dbus-unit.h
src/core/execute.h
src/core/job.h
src/core/load-dropin.h
src/core/manager.h
src/core/mount.h
src/core/selinux-access.h
src/core/service.h
src/core/socket.h
src/core/transaction.h
src/core/unit.h
src/import/curl-util.h
src/import/export-raw.h
src/import/export-tar.h
src/import/import-compress.h
src/import/import-raw.h
src/import/import-tar.h
src/import/pull-common.h
src/import/pull-dkr.h
src/import/pull-job.h
src/import/pull-raw.h
src/import/pull-tar.h
src/journal-remote/journal-remote-parse.h
src/journal-remote/journal-remote.h
src/journal-remote/journal-upload.h
src/journal-remote/microhttpd-util.h
src/journal/catalog.h
src/journal/fsprg.h
src/journal/journal-file.h
src/journal/journal-internal.h
src/journal/journald-audit.h
src/libsystemd-network/arp-util.h
src/libsystemd-network/dhcp-lease-internal.h
src/libsystemd-network/dhcp-protocol.h
src/libsystemd-network/dhcp-server-internal.h
src/libsystemd-network/dhcp6-lease-internal.h
src/libsystemd-network/lldp-tlv.h
src/libsystemd-network/network-internal.h
src/libsystemd/sd-bus/bus-control.h
src/libsystemd/sd-bus/bus-dump.h
src/libsystemd/sd-bus/bus-error.h
src/libsystemd/sd-bus/bus-introspect.h
src/libsystemd/sd-bus/bus-slot.h
src/libsystemd/sd-netlink/local-addresses.h
src/libudev/libudev-private.h
src/login/logind-acl.h
src/login/logind-action.h
src/login/logind-session.h
src/machine/machined.h
src/network/networkd-address-pool.h
src/network/networkd-address.h
src/network/networkd-fdb.h
src/network/networkd-link.h
src/network/networkd-netdev-vxlan.h
src/network/networkd-netdev.h
src/network/networkd-network.h
src/network/networkd-route.h
src/network/networkd.h
src/nspawn/nspawn-cgroup.h
src/nspawn/nspawn-expose-ports.h
src/nspawn/nspawn-network.h
src/nspawn/nspawn-settings.h
src/resolve/resolved-dns-cache.h
src/resolve/resolved-dns-packet.h
src/resolve/resolved-dns-query.h
src/resolve/resolved-dns-rr.h
src/resolve/resolved-dns-scope.h
src/resolve/resolved-dns-transaction.h
src/resolve/resolved-dns-zone.h
src/resolve/resolved-manager.h
src/shared/acl-util.h
src/shared/cgroup-show.h
src/shared/conf-parser.h
src/shared/efivars.h
src/shared/logs-show.h
src/shared/machine-image.h
src/shared/nss-util.h
src/systemd/sd-bus.h
src/systemd/sd-daemon.h
src/systemd/sd-device.h
src/systemd/sd-dhcp-client.h
src/systemd/sd-dhcp-server.h
src/systemd/sd-dhcp6-client.h
src/systemd/sd-event.h
src/systemd/sd-ipv4acd.h
src/systemd/sd-ipv4ll.h
src/systemd/sd-journal.h
src/systemd/sd-lldp.h
src/systemd/sd-login.h
src/systemd/sd-messages.h
src/systemd/sd-ndisc.h
src/systemd/sd-netlink.h
src/systemd/sd-network.h
src/systemd/sd-resolve.h
src/timesync/timesyncd-conf.h
src/timesync/timesyncd-manager.h
src/timesync/timesyncd-server.h

index 6de331c73e5f8b4d341a4680be9c8a35c3c31a42..026d3cd9b1e2350e2206cad9f6435fd909a1d893 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdint.h>
 #include <stdbool.h>
+#include <stdint.h>
 #include <sys/types.h>
 
 #define AUDIT_SESSION_INVALID ((uint32_t) -1)
index 2874bc99f7b90fbfb000e449f2da22f009262904..9ce7b42d00b1c79d59a971d5c804922f222230e4 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "macro.h"
 #include "hashmap.h"
+#include "macro.h"
 
 typedef struct Bitmap Bitmap;
 
index d703a1b67bdf96cd57e29d1ba3cfcc946b712eb4..75b699682a7ef85cce76c3d1535a320d255c62d6 100644 (file)
@@ -25,6 +25,7 @@
  * time, a la cron */
 
 #include <stdbool.h>
+
 #include "util.h"
 
 typedef struct CalendarComponent {
index 01359fa7cb40643892704a5500db3f95fac42a23..a80ee60bd3d7bab122a05553bac951f349764dc1 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
-#include <stdio.h>
 #include <dirent.h>
+#include <stdio.h>
+#include <sys/types.h>
 
-#include "set.h"
 #include "def.h"
+#include "set.h"
 
 /* An enum of well known cgroup controllers */
 typedef enum CGroupController {
index 85ba9090818f3626d12787de0b4aee42f0db29f0..30604c58f952fc4ebf1a8e0c142c5ce66dcf29ce 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <inttypes.h>
+#include <sys/types.h>
 
 /* What characters are special in the shell? */
 /* must be escaped outside and inside double-quotes */
index 0e9182d75be165fbc2a59892ac281ac6785f3fba..5ce1592eeb414afaf24caee3b48e104006bb18e5 100644 (file)
@@ -21,9 +21,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdio.h>
 #include <dirent.h>
 #include <stdbool.h>
+#include <stdio.h>
 #include <sys/socket.h>
 
 #include "macro.h"
index 25fa351be276eb26475cb9f9ce16910f555b9195..9feb3cccb52f50d84627871f45a3c9e2055f3a53 100644 (file)
@@ -23,6 +23,7 @@
 ***/
 
 #include <stdio.h>
+
 #include "fileio.h"
 
 int write_string_file_atomic_label(const char *fn, const char *line);
index 902c7e295b53502f7043a7d3096053e6df549a1d..5fbb7bc4c3e0f74c3c9616a590400060aca575e3 100644 (file)
 ***/
 
 #include <fcntl.h>
+#include <limits.h>
 #include <sys/inotify.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <limits.h>
 
 #include "time-util.h"
 
index e70818fdd74757d3bbbf2fa6ca1d94cf960df8f7..b03aa431603c64a834d596a4962b9c83bdbca81e 100644 (file)
@@ -6,8 +6,8 @@
 
 #pragma once
 
-#include <stdint.h>
 #include <stdbool.h>
+#include <stdint.h>
 #include <stdlib.h>
 
 char *utf8_prev_char (const char *p);
index e5c71d0043249cff9bd8c8bdc95eba5758e0ccea..d8bb6eb4971b1332e2ba378e7beb20e21d475a05 100644 (file)
@@ -4,8 +4,8 @@
 /* This is minimal version of Linux' linux/ioprio.h header file, which
  * is licensed GPL2 */
 
-#include <unistd.h>
 #include <sys/syscall.h>
+#include <unistd.h>
 
 /*
  * Gives us 8 prio classes with 13-bits of data for each class
index e0b4d810b5b370fa21ada8d4e10e71868e3f6f10..8a7d79cb17e09ced60d332033221e75c52474fa1 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include <stdbool.h>
+
 #include "util.h"
 
 enum {
index 2cb404ea811099f1cdc05b5d15be44a8032aecac..3e4de008a4ff3ffdeb4c857fa83b703fad8d9773 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <inttypes.h>
+#include <sys/types.h>
 
 int memfd_new(const char *name);
 int memfd_new_and_map(const char *name, size_t sz, void **p);
index 72633ebf70581ff29ec5d26e5aa3c115cdfb2c6d..fdc7e1bdef76d7c430e4ad140e709cacb15c8c2e 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdbool.h>
-#include <sys/types.h>
 #include <alloca.h>
+#include <signal.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <string.h>
-#include <signal.h>
+#include <sys/types.h>
 
 #include "formats-util.h"
 #include "macro.h"
index 2afcaec183eceba147d0f4411aab2d4ebf27080c..d19984c5fe84fd13dcc0e5c915213d67f53558b7 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/socket.h>
 #include <stdbool.h>
+#include <sys/socket.h>
 
 #include "macro.h"
 
index c60f2556af840e86806adbea785ce7a86a30d239..129ffa811ccc405d6bd9036d9b1065f2c2f72278 100644 (file)
@@ -21,9 +21,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/socket.h>
-#include <netinet/in.h>
 #include <netinet/ether.h>
+#include <netinet/in.h>
+#include <sys/socket.h>
 #include <sys/un.h>
 #include <linux/netlink.h>
 #include <linux/if_packet.h>
index f2185c1c117d876c7d3ff4287bae8928ef553b5c..b2c7a297ae816ecddda0c82d7f3919988f296afa 100644 (file)
@@ -19,8 +19,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdbool.h>
 #include <stdarg.h>
+#include <stdbool.h>
 #include <stdio.h>
 
 #include "macro.h"
index 11ff6674cf5b7272989c9ce76b9223951e8c3691..6106e138bed0d9ff2c60218f72fcd031abdc1d39 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <stdbool.h>
+#include <sys/types.h>
 
 bool uid_is_valid(uid_t uid);
 
index bdb4b001991de011f08045d00fafb1e46191f913..8432a2a119422edfb70c7cf18d470f9774075630 100644 (file)
@@ -25,6 +25,7 @@
 ***/
 
 #include <stdbool.h>
+
 #include "list.h"
 
 #define MAXCPUS        16
index bbb4796efdd628a139c7fd15df3b205bf7dd6a0c..4d2e0d439f0b380e9efe26ef3271c2598660dc62 100644 (file)
@@ -25,6 +25,7 @@
 ***/
 
 #include <dirent.h>
+
 #include "bootchart.h"
 
 double gettime_ns(void);
index 8f0ab8f17ff08434f2dd30c8c012eef1b22e7119..8dde0cb86894a3dc28b024aceef07b3434a2e0ce 100644 (file)
@@ -23,8 +23,8 @@
 
 #include <pthread.h>
 
-#include "list.h"
 #include "hashmap.h"
+#include "list.h"
 
 typedef enum PolicyItemType {
         _POLICY_ITEM_TYPE_UNSET = 0,
index da3834f8b05a707f9359cdd25999c5a25c7b1e6f..9f689024412670f75c1720e321affd19d7730c42 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "bus-xml-policy.h"
 #include "proxy.h"
 
index 4a31f4c4be956157f0e3dc7f183ab94bee4831c6..f6c5f7c5af97548fe761a7a399f5475ea24ad7d4 100644 (file)
@@ -24,8 +24,8 @@
 typedef struct BusEndpoint BusEndpoint;
 typedef struct BusEndpointPolicy BusEndpointPolicy;
 
-#include "hashmap.h"
 #include "bus-policy.h"
+#include "hashmap.h"
 
 struct BusEndpointPolicy {
         char *name;
index 3b04f5457a7179089fbce3f575604573920b484d..2f612891855b20e2729545036c2284b93b871d2a 100644 (file)
@@ -21,9 +21,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include "kdbus.h"
 #include "list.h"
 #include "macro.h"
-#include "kdbus.h"
 
 typedef struct BusNamePolicy BusNamePolicy;
 
index 457544b49f30b326dd5d5f78845b07a7bd2eee77..1b18d06652ef0b6346cba5ebcaa26bd7fa60e40e 100644 (file)
@@ -112,8 +112,8 @@ struct CGroupContext {
         bool delegate;
 };
 
-#include "unit.h"
 #include "cgroup-util.h"
+#include "unit.h"
 
 void cgroup_context_init(CGroupContext *c);
 void cgroup_context_done(CGroupContext *c);
index 794c402048adf3c663cad1747e717908b40d48c0..1d32fca54728f2cbdc0dc63b6165614088b85b40 100644 (file)
@@ -23,8 +23,8 @@
 
 #include "sd-bus.h"
 
-#include "unit.h"
 #include "kill.h"
+#include "unit.h"
 
 extern const sd_bus_vtable bus_kill_vtable[];
 
index 33beda47b77d46f7043230ecafa3325890b27063..4fb0b25e095be5efe168fc9253ece0bd3b11f844 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "unit.h"
 
 extern const sd_bus_vtable bus_scope_vtable[];
index aab9f7aa264a74827c6cce5020cf530e1f74921a..a67b64ab5bb71e83177e2320e35fe759d8147693 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "unit.h"
 
 extern const sd_bus_vtable bus_service_vtable[];
index eadc3b1a9cb2d3998682d5dfb70726d8981f530b..117d11471bab5740b9c2dbbed148ea3d621ded6c 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "unit.h"
 
 extern const sd_bus_vtable bus_slice_vtable[];
index 17164d98713266d0e130c3f2a3743dd9cbc5c4b7..8dad6ea2e980b644213ce68336eb0aa304b16370 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "unit.h"
 
 extern const sd_bus_vtable bus_socket_vtable[];
index 9469f68ab89486618618978ccdafa533b3604517..a414ca7f758bda300ac62aaaf9ce587644625572 100644 (file)
@@ -23,6 +23,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "unit.h"
 
 extern const sd_bus_vtable bus_swap_vtable[];
index 103172f05577edcb97bb19366a0edb927ee35774..ca35c4b8c1f2d2c3251ebe44226c1b71861c81aa 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "unit.h"
 
 extern const sd_bus_vtable bus_timer_vtable[];
index b622e0ae8d02de9bfcbd1fc6e2810decda07c897..b8c6ec398aee7bf9960aecba9f0e1e1cbfcdeb2c 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "unit.h"
 
 extern const sd_bus_vtable bus_unit_vtable[];
index 1faff160cbea58d115938ba56ddf004872b85dea..be5be9f531769a8b86b5d7768e829309e510cf0e 100644 (file)
@@ -27,16 +27,16 @@ typedef struct ExecContext ExecContext;
 typedef struct ExecRuntime ExecRuntime;
 typedef struct ExecParameters ExecParameters;
 
-#include <sys/capability.h>
+#include <sched.h>
 #include <stdbool.h>
 #include <stdio.h>
-#include <sched.h>
+#include <sys/capability.h>
 
-#include "list.h"
+#include "bus-endpoint.h"
 #include "fdset.h"
+#include "list.h"
 #include "missing.h"
 #include "namespace.h"
-#include "bus-endpoint.h"
 
 typedef enum ExecUtmpMode {
         EXEC_UTMP_INIT,
@@ -204,8 +204,8 @@ struct ExecContext {
         BusEndpoint *bus_endpoint;
 };
 
-#include "cgroup.h"
 #include "cgroup-util.h"
+#include "cgroup.h"
 
 struct ExecParameters {
         char **argv;
index 60d8bd4f3e5e09e0487fe41de1af8fccc3ad1847..118b24e5b712eccfa53afa3df7c24594c3beb94b 100644 (file)
@@ -26,6 +26,7 @@
 #include "sd-event.h"
 
 #include "list.h"
+#include "unit-name.h"
 
 typedef struct Job Job;
 typedef struct JobDependency JobDependency;
index 1e018c45253f6d03d0036527aa6698c614c8c157..93ffcc4a72b11e0b3d92cd725b69363c34943add 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "unit.h"
 #include "dropin.h"
+#include "unit.h"
 
 /* Read service data supplementary drop-in directories */
 
index b5b258f909105d38b914a9ca74505f34d982a98b..f6903a5c34ebc1debd14558a7fad66f353a7b571 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <libmount.h>
 #include <stdbool.h>
 #include <stdio.h>
-#include <libmount.h>
 
 #include "sd-bus.h"
 #include "sd-event.h"
+
 #include "cgroup-util.h"
 #include "fdset.h"
 #include "hashmap.h"
index 83d14ae71383c2c3e82748783bfd6587264cfef8..9f78aa90753237672d6ae2d9056fc7b7cfe6ca99 100644 (file)
@@ -23,8 +23,8 @@
 
 typedef struct Mount Mount;
 
-#include "kill.h"
 #include "execute.h"
+#include "kill.h"
 
 typedef enum MountExecCommand {
         MOUNT_EXEC_MOUNT,
index 30725521cb34d4a77a3def35410d2fb7aa1bd938..3566ba529f9c6798b0257af9b4f6473c96ff976e 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "bus-util.h"
 #include "manager.h"
 
index e7656682476c803a198809a9df2179276ddc8bec..d0faad88e0affb6a9dc07d559d6b35543aba718f 100644 (file)
 typedef struct Service Service;
 typedef struct ServiceFDStore ServiceFDStore;
 
+#include "exit-status.h"
+#include "kill.h"
 #include "path.h"
 #include "ratelimit.h"
-#include "kill.h"
-#include "exit-status.h"
 
 typedef enum ServiceRestart {
         SERVICE_RESTART_NO,
index fb3948130f7733c2cd3b4c5200de171729ff49b9..08033287a61c2e8d609821de4bad1735dae343df 100644 (file)
@@ -23,9 +23,9 @@
 
 typedef struct Socket Socket;
 
-#include "socket-util.h"
 #include "mount.h"
 #include "service.h"
+#include "socket-util.h"
 
 typedef enum SocketExecCommand {
         SOCKET_EXEC_START_PRE,
index f7aa3df085e2008f9b7fd498ebb0769977fc44b3..5c4a13edab3898da66ed8ff349ad462b1b0ce80a 100644 (file)
 
 typedef struct Transaction Transaction;
 
-#include "unit.h"
-#include "manager.h"
-#include "job.h"
 #include "hashmap.h"
+#include "job.h"
+#include "manager.h"
+#include "unit.h"
 
 struct Transaction {
         /* Jobs to be added */
index a69d624fad333423b1b845a25639f3e0dcd0abcc..1681bbf53ba7c4becb1e8db70b655926cf31f901 100644 (file)
@@ -30,11 +30,11 @@ typedef struct UnitVTable UnitVTable;
 typedef struct UnitRef UnitRef;
 typedef struct UnitStatusMessageFormats UnitStatusMessageFormats;
 
-#include "list.h"
 #include "condition.h"
+#include "failure-action.h"
 #include "install.h"
+#include "list.h"
 #include "unit-name.h"
-#include "failure-action.h"
 
 typedef enum KillOperation {
         KILL_TERMINATE,
@@ -242,16 +242,16 @@ typedef enum UnitSetPropertiesMode {
         UNIT_PERSISTENT = 2,
 } UnitSetPropertiesMode;
 
-#include "socket.h"
+#include "automount.h"
 #include "busname.h"
-#include "target.h"
 #include "device.h"
-#include "automount.h"
-#include "swap.h"
-#include "timer.h"
-#include "slice.h"
 #include "path.h"
 #include "scope.h"
+#include "slice.h"
+#include "socket.h"
+#include "swap.h"
+#include "target.h"
+#include "timer.h"
 
 struct UnitVTable {
         /* How much memory does an object of this unit type need */
index 6a2aa81c76c056ec7344c4ea670d3974b3d07d68..eec53c92664517c9258e998271b0325b27bda432 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <curl/curl.h>
+#include <sys/types.h>
 
 #include "sd-event.h"
 
index b71de6cb82fca356453aa589be6c312384146eec..e5e298f6abf211ca6dc22ed3fbb2b571f25a7c20 100644 (file)
@@ -22,8 +22,9 @@
 ***/
 
 #include "sd-event.h"
-#include "macro.h"
+
 #include "import-compress.h"
+#include "macro.h"
 
 typedef struct RawExport RawExport;
 
index ce27a9fc1e0401001803a0e31fdbfb315adeb5b0..9061e7515deb88b3cd15b2eb638daf53068a7c5d 100644 (file)
@@ -22,8 +22,9 @@
 ***/
 
 #include "sd-event.h"
-#include "macro.h"
+
 #include "import-compress.h"
+#include "macro.h"
 
 typedef struct TarExport TarExport;
 
index 50d91f732c79563973a716e43c758a36e02a7bba..0a1323255408e7c6af455cb2e2bdf1286870d834 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
-
+#include <bzlib.h>
 #include <lzma.h>
+#include <sys/types.h>
 #include <zlib.h>
-#include <bzlib.h>
 
 #include "macro.h"
 
index bf7c7703408f0623e7930cf186cabc00a85ff873..626d965cf8bcce4da0a223d325ca83d52da5bc9b 100644 (file)
@@ -22,8 +22,9 @@
 ***/
 
 #include "sd-event.h"
-#include "macro.h"
+
 #include "import-util.h"
+#include "macro.h"
 
 typedef struct RawImport RawImport;
 
index aaecb51398e2c867645a382af8ee3752ea05d831..d12391572d74dffd40db054995680e71252e6f40 100644 (file)
@@ -22,8 +22,9 @@
 ***/
 
 #include "sd-event.h"
-#include "macro.h"
+
 #include "import-util.h"
+#include "macro.h"
 
 typedef struct TarImport TarImport;
 
index 7e6db1862ca62d7c0b3cc4e98b5deaaefdded63c..ea228bb5c80e4a9138dc54d0c2ea69cd5a2e8879 100644 (file)
@@ -23,8 +23,8 @@
 
 #include <stdbool.h>
 
-#include "pull-job.h"
 #include "import-util.h"
+#include "pull-job.h"
 
 int pull_make_local_copy(const char *final, const char *root, const char *local, bool force_local);
 
index 33d18cb394ea95be8696138dbd01fd61b35fa64b..a95d91205bbea29bd371c749923d5a03c22c2924 100644 (file)
@@ -22,6 +22,7 @@
 #pragma once
 
 #include "sd-event.h"
+
 #include "util.h"
 
 typedef enum { DKR_PULL_V1, DKR_PULL_V2 } DkrPullVersion;
index 1777bf1c337c25bda9607d71f399b256a8122079..56a74a34ef497d42829a3859675e1e0240b15e84 100644 (file)
@@ -23,9 +23,9 @@
 
 #include <gcrypt.h>
 
-#include "macro.h"
 #include "curl-util.h"
 #include "import-compress.h"
+#include "macro.h"
 
 typedef struct PullJob PullJob;
 
index b03b4f5c92de9e61298b0b141b4f8657da2dd8bd..0e4e1daf0e46a216649d00a70d658e23297ebb49 100644 (file)
@@ -22,8 +22,9 @@
 ***/
 
 #include "sd-event.h"
-#include "macro.h"
+
 #include "import-util.h"
+#include "macro.h"
 
 typedef struct RawPull RawPull;
 
index 420845ae508e7f8f4e61b7b2d53ac18b09a9bd7d..9f02f1ec718b4b4941fde4448c537ccbf96059c0 100644 (file)
@@ -22,8 +22,9 @@
 ***/
 
 #include "sd-event.h"
-#include "macro.h"
+
 #include "import-util.h"
+#include "macro.h"
 
 typedef struct TarPull TarPull;
 
index 14bfadc1328ec578d7f10e3d3cadaa386c7e2e0b..58cb5e70dfbf7b9c2d3c8cf7c6ee6f1994389c59 100644 (file)
@@ -22,6 +22,7 @@
 #pragma once
 
 #include "sd-event.h"
+
 #include "journal-remote-write.h"
 
 typedef enum {
index 6c2ccb9735cb6cdf31ffd085457302fab49efb11..fd81a1c592c0ec8b602ac62e4d84758b18931b0f 100644 (file)
 
 
 #include "sd-event.h"
-#include "hashmap.h"
-#include "microhttpd-util.h"
 
+#include "hashmap.h"
 #include "journal-remote-parse.h"
 #include "journal-remote-write.h"
+#include "microhttpd-util.h"
 
 typedef struct MHDDaemonWrapper MHDDaemonWrapper;
 
index 3b46fa8cbf0d34e52ddfb6353c33686fc7a01fd5..b8cd04d5275f6e5b42572445a97ae157e8b18e47 100644 (file)
@@ -2,8 +2,8 @@
 
 #include <inttypes.h>
 
-#include "sd-journal.h"
 #include "sd-event.h"
+#include "sd-journal.h"
 
 typedef enum {
         ENTRY_CURSOR = 0,           /* Nothing actually written yet. */
index b2feb9180a6578b5644f38bbfdda402438759e2c..3e8c4fa6d15533affb61610fb969a9d7ea8564a2 100644 (file)
@@ -21,8 +21,8 @@
 
 #pragma once
 
-#include <stdarg.h>
 #include <microhttpd.h>
+#include <stdarg.h>
 
 #include "macro.h"
 
index a72ecf6de7d04a630d8805976989041b5585bbbf..bcc73c263194780fe63326dbc2bb674d592a52ef 100644 (file)
@@ -24,6 +24,7 @@
 #include <stdbool.h>
 
 #include "sd-id128.h"
+
 #include "hashmap.h"
 #include "strbuf.h"
 
index 5959b1fed2f8e6a83d21567faf7afc26325801b4..b79221fc2e1ea66f62fad53cbfb22aa7e66f53ac 100644 (file)
@@ -25,8 +25,8 @@
  *
  */
 
-#include <sys/types.h>
 #include <inttypes.h>
+#include <sys/types.h>
 
 #include "macro.h"
 #include "util.h"
index 898d12d9924d331a0f70b4c5eebbb9d17727252f..46c1f3278ea2beeed1b05bed590da0809ea9b460 100644 (file)
 
 #include "sd-id128.h"
 
-#include "sparse-endian.h"
+#include "hashmap.h"
 #include "journal-def.h"
 #include "macro.h"
 #include "mmap-cache.h"
-#include "hashmap.h"
+#include "sparse-endian.h"
 
 typedef struct JournalMetrics {
         /* For all these: -1 means "pick automatically", and 0 means "no limit enforced" */
index 06847402e0c79216b2d9c35fc374e026f9b7afd0..c3e75ad240f982025c3c616fc37dc8c95f104bcb 100644 (file)
@@ -21,9 +21,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <inttypes.h>
 #include <stdbool.h>
+#include <sys/types.h>
 
 #include "sd-id128.h"
 #include "sd-journal.h"
index 68cdfb3410a91ce5416feadc599e73197c66cc83..5c88bb638345718da42daeda6bb65a76810694d7 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "socket-util.h"
 #include "journald-server.h"
+#include "socket-util.h"
 
 void server_process_audit_message(Server *s, const void *buffer, size_t buffer_size, const struct ucred *ucred, const union sockaddr_union *sa, socklen_t salen);
 
index 44e5c893a7bc2aa66468bb8ef2f95bf1e24e5b41..63c559f8dd5cd1db44bba3435fec408842b9ff38 100644 (file)
@@ -23,8 +23,8 @@
 
 #include <netinet/if_ether.h>
 
-#include "sparse-endian.h"
 #include "socket-util.h"
+#include "sparse-endian.h"
 
 int arp_network_bind_raw_socket(int index, be32_t address, const struct ether_addr *eth_mac);
 
index c6b97ca8f7924e6acf097c25873e36774f224a00..138bdd9691d4cd01f8c256b929a5df762003a17e 100644 (file)
 #include <stdint.h>
 #include <linux/if_packet.h>
 
-#include "util.h"
-#include "list.h"
+#include "sd-dhcp-client.h"
 
 #include "dhcp-protocol.h"
-
-#include "sd-dhcp-client.h"
+#include "list.h"
+#include "util.h"
 
 struct sd_dhcp_route {
         struct in_addr dst_addr;
index 88a81d2866a7312d04198b9f23342aff47c5c586..69b37fc352c6314ff63915340c11a201af34e98e 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <netinet/udp.h>
 #include <netinet/ip.h>
+#include <netinet/udp.h>
 #include <stdint.h>
 
 #include "macro.h"
index 3b88b93d9a5b1ab3a8db7ee259fe56647f465915..a42f622c37afe3f287620f6474762e53294ee739 100644 (file)
 
 #pragma once
 
-#include "sd-event.h"
 #include "sd-dhcp-server.h"
+#include "sd-event.h"
 
+#include "dhcp-internal.h"
 #include "hashmap.h"
-#include "util.h"
 #include "log.h"
-
-#include "dhcp-internal.h"
+#include "util.h"
 
 typedef struct DHCPClientId {
         size_t length;
index 4edecf7711b8fa56bf8f32f7fc23022a229f839e..f6cf0b30d331d77d7c988653366e9d2286169873 100644 (file)
@@ -25,6 +25,7 @@
 #include <stdint.h>
 
 #include "sd-dhcp6-lease.h"
+
 #include "dhcp6-internal.h"
 
 struct sd_dhcp6_lease {
index ca1da113d59c44620261fd32b674cd97a0c22e4c..f5cd77477fd7d365b5828734fbf821ec2bd1277e 100644 (file)
 
 #include <net/ethernet.h>
 
-#include "util.h"
-#include "lldp.h"
-#include "list.h"
-
 #include "sd-lldp.h"
 
+#include "list.h"
+#include "lldp.h"
+#include "util.h"
+
 typedef struct sd_lldp_packet tlv_packet;
 typedef struct sd_lldp_section tlv_section;
 
index d516f2dafd55218ae0e61e87902b03ee2054e256..8a30921966bd1275bdcf53b1c29c4ec6e3902571 100644 (file)
@@ -23,8 +23,8 @@
 
 #include <stdbool.h>
 
-#include "udev.h"
 #include "condition.h"
+#include "udev.h"
 
 bool net_match_config(const struct ether_addr *match_mac,
                       char * const *match_path,
index 5009ca8e619567011cb6ee31255c2b4047411784..e01b0758327efe0f4837ad64ebfbbef800b5e36c 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "bus-match.h"
 
 int bus_add_match_internal(sd_bus *bus, const char *match, struct bus_match_component *components, unsigned n_components, uint64_t cookie);
index d2522edebad8848dfa7d41c7963e747fc56258f7..71e56991fa8bd6be117315247750a004df52df2f 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdio.h>
 #include <stdbool.h>
+#include <stdio.h>
 
 #include "sd-bus.h"
 
index fb0199c948f677ba4e13bc4207c0d2b9936bee29..d7fd8612d00dc0da8826983746961db0ca99c640 100644 (file)
@@ -24,6 +24,7 @@
 #include <stdbool.h>
 
 #include "sd-bus.h"
+
 #include "macro.h"
 
 bool bus_error_is_dirty(sd_bus_error *e);
index 1914e6cb8b35c04c509147f0a35eb3e39d1495b0..57c2430ee8d13915c94d6ac4242659146c620019 100644 (file)
@@ -24,6 +24,7 @@
 #include <stdio.h>
 
 #include "sd-bus.h"
+
 #include "set.h"
 
 struct introspect {
index 23a15e4d024ee7d0f45fb34adf6b1f69a9ec36d5..c997e58f9abccfc68e1fde1dcfe0a5c9a4e9ba22 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include "sd-bus.h"
+
 #include "bus-internal.h"
 
 sd_bus_slot *bus_slot_allocate(sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *userdata);
index 5d0f11a2c1807e2ac3a5f4a1ebfac79f168349e8..74d4f2553414f89317f9f65bba1b184a3cc2ed89 100644 (file)
@@ -23,6 +23,7 @@
 
 
 #include "sd-netlink.h"
+
 #include "in-addr-util.h"
 
 struct local_address {
index 5f504962919582cf926fbb2c6a1c8af899a11314..52c50751107f32f17969e94f4eb485fd5637ed2d 100644 (file)
@@ -21,8 +21,8 @@
 #define _LIBUDEV_PRIVATE_H_
 
 #include <signal.h>
-#include <stdint.h>
 #include <stdbool.h>
+#include <stdint.h>
 
 #include "libudev.h"
 
index 93e9ed02eb6db461c5168059bbe3af6eab39482c..1f55759798c812d9d633a14787c3bd1863df2638 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <stdbool.h>
+#include <sys/types.h>
 
 #include "libudev.h"
 
index e9b424b5f64b949bb93bea032af863b8c76e02c7..63c279cde789e315058945488c046e3fa052ac2f 100644 (file)
@@ -35,8 +35,8 @@ typedef enum HandleAction {
         _HANDLE_ACTION_INVALID = -1
 } HandleAction;
 
-#include "logind.h"
 #include "logind-inhibit.h"
+#include "logind.h"
 
 int manager_handle_action(
                 Manager *m,
index d054c33ceca6b5a671b4352943914d99056ca04a..d27407fc920b003317f4c196f712b6be2ace3ff2 100644 (file)
@@ -25,8 +25,8 @@ typedef struct Session Session;
 typedef enum KillWho KillWho;
 
 #include "list.h"
-#include "logind-user.h"
 #include "login-util.h"
+#include "logind-user.h"
 
 typedef enum SessionState {
         SESSION_OPENING,  /* Session scope is being created */
index dac7a29ed193da0c39d2c7c925d1247341a73339..bc5d4abb80636d52ca96fff19c06982430164f62 100644 (file)
@@ -31,9 +31,9 @@
 
 typedef struct Manager Manager;
 
-#include "machine.h"
-#include "machine-dbus.h"
 #include "image-dbus.h"
+#include "machine-dbus.h"
+#include "machine.h"
 
 struct Manager {
         sd_event *event;
index e6207ccce638a75c08885957c87f7587bddb83f0..7f5bdf1d2f456e2040f9768880c2b71eb6bd58d6 100644 (file)
@@ -23,6 +23,7 @@
 
 typedef struct AddressPool AddressPool;
 
+#include "in-addr-util.h"
 #include "networkd.h"
 
 struct AddressPool {
index 4049a23bdc4a1c923b11b38583b8fc3badb5be86..accd0a027d98724a70521272f848dc4da2820ffe 100644 (file)
@@ -28,9 +28,9 @@
 
 typedef struct Address Address;
 
-#include "networkd.h"
-#include "networkd-network.h"
 #include "networkd-link.h"
+#include "networkd-network.h"
+#include "networkd.h"
 
 #define CACHE_INFO_INFINITY_LIFE_TIME 0xFFFFFFFFU
 
index f0efb902d0da5ff187dd395c1d0b1288b4f04598..c8e3f2ce56763b77ff23fcbe49d840844f341863 100644 (file)
@@ -23,8 +23,8 @@
 
 typedef struct FdbEntry FdbEntry;
 
-#include "networkd.h"
 #include "networkd-network.h"
+#include "networkd.h"
 
 struct FdbEntry {
         Network *network;
index aa2235b11dc3f273b35a11cb9b099dd39c524927..3964a12f37e6ffd6b0ad5fe9a18df16454f4ceef 100644 (file)
@@ -56,9 +56,9 @@ typedef enum LinkOperationalState {
         _LINK_OPERSTATE_INVALID = -1
 } LinkOperationalState;
 
-#include "networkd.h"
-#include "networkd-network.h"
 #include "networkd-address.h"
+#include "networkd-network.h"
+#include "networkd.h"
 
 struct Link {
         Manager *manager;
index d21f355f5dce4a82618e424507185ad8bc588dcd..16977ea6a9ca78e81c393121e5a112184d2e4663 100644 (file)
@@ -23,9 +23,8 @@
 
 typedef struct VxLan VxLan;
 
-#include "networkd-netdev.h"
-
 #include "in-addr-util.h"
+#include "networkd-netdev.h"
 
 #define VXLAN_VID_MAX (1u << 24) - 1
 
index 3b9ab27b675186ef759aa7551cac78ff70249643..3ab39efd57435a708de604ce811fcf67778b36ad 100644 (file)
@@ -26,8 +26,8 @@
 typedef struct NetDev NetDev;
 typedef struct NetDevVTable NetDevVTable;
 
-#include "networkd.h"
 #include "networkd-link.h"
+#include "networkd.h"
 
 typedef struct netdev_join_callback netdev_join_callback;
 
@@ -103,16 +103,16 @@ struct NetDev {
         LIST_HEAD(netdev_join_callback, callbacks);
 };
 
-#include "networkd-netdev-bridge.h"
 #include "networkd-netdev-bond.h"
-#include "networkd-netdev-vlan.h"
-#include "networkd-netdev-macvlan.h"
+#include "networkd-netdev-bridge.h"
+#include "networkd-netdev-dummy.h"
 #include "networkd-netdev-ipvlan.h"
-#include "networkd-netdev-vxlan.h"
-#include "networkd-netdev-veth.h"
+#include "networkd-netdev-macvlan.h"
 #include "networkd-netdev-tunnel.h"
-#include "networkd-netdev-dummy.h"
 #include "networkd-netdev-tuntap.h"
+#include "networkd-netdev-veth.h"
+#include "networkd-netdev-vlan.h"
+#include "networkd-netdev-vxlan.h"
 
 struct NetDevVTable {
         /* How much memory does an object of this unit type need */
index a27c67eea58e7f3bf998af8daf9c163385d3a5dc..cb3a50d9badb59cbb48e448a41386f02736c0d8c 100644 (file)
 
 typedef struct Network Network;
 
-#include "networkd.h"
-#include "networkd-netdev.h"
 #include "networkd-address.h"
-#include "networkd-route.h"
 #include "networkd-fdb.h"
+#include "networkd-netdev.h"
+#include "networkd-route.h"
 #include "networkd-util.h"
+#include "networkd.h"
 
 #define DHCP_ROUTE_METRIC 1024
 #define IPV4LL_ROUTE_METRIC 2048
index b2767566745c47dc226abe0d67bfb57c03e898b8..37c12907d76f41226a1e9c4504199743de350f65 100644 (file)
@@ -23,8 +23,8 @@
 
 typedef struct Route Route;
 
-#include "networkd.h"
 #include "networkd-network.h"
+#include "networkd.h"
 
 struct Route {
         Network *network;
index 97665fac7aa4e2fc4e108268fef09e44d5d6e85c..8086e528bf6393772f02d438ce2ceb8db5628d1a 100644 (file)
 
 #include <arpa/inet.h>
 
+#include "sd-bus.h"
 #include "sd-event.h"
 #include "sd-netlink.h"
-#include "sd-bus.h"
-#include "udev.h"
 
 #include "hashmap.h"
 #include "list.h"
+#include "udev.h"
 
 typedef struct Manager Manager;
 
-#include "networkd-network.h"
 #include "networkd-address-pool.h"
 #include "networkd-link.h"
+#include "networkd-network.h"
 #include "networkd-util.h"
 
 struct Manager {
index 985fdfaad53425e99f6bceffbd36c1eb6514fe95..4e8db637503c4986bb3112743c11bf9fb75d0d7e 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <stdbool.h>
+#include <sys/types.h>
 
 int chown_cgroup(pid_t pid, uid_t uid_shift);
 int sync_cgroup(pid_t pid, bool unified_requested);
index 39cec286955e0e219ef7c9a24b356f1919735320..cb7340bad7972d0c1d30bdc46e1944b145f4ffe9 100644 (file)
@@ -25,8 +25,9 @@
 
 #include "sd-event.h"
 #include "sd-netlink.h"
-#include "list.h"
+
 #include "in-addr-util.h"
+#include "list.h"
 
 typedef struct ExposePort {
         int protocol;
index b86effef47cb14e9b076ae47946227572100da2a..c91fc79c429f57768ec262273fb177d0ffd9fecd 100644 (file)
@@ -22,9 +22,8 @@
 ***/
 
 #include <net/if.h>
-
-#include <sys/types.h>
 #include <stdbool.h>
+#include <sys/types.h>
 
 int setup_veth(const char *machine_name, pid_t pid, char iface_name[IFNAMSIZ], bool bridge);
 int setup_veth_extra(const char *machine_name, pid_t pid, char **pairs);
index dde0d8bd450fa1a1630bd0b612654a7b359e4cd4..10230a5b83f2ca82e4e063c44ea2f217e4f4dc09 100644 (file)
@@ -24,9 +24,8 @@
 #include <stdio.h>
 
 #include "macro.h"
-
-#include "nspawn-mount.h"
 #include "nspawn-expose-ports.h"
+#include "nspawn-mount.h"
 
 typedef enum SettingsMask {
         SETTING_BOOT          = 1 << 0,
index 60cf6a47848d22986c54a2599332a0bc780174b4..164435b4fb08ea71b53372a5b3e67460ff23c3fb 100644 (file)
 
 
 #include "hashmap.h"
+#include "list.h"
 #include "prioq.h"
 #include "time-util.h"
-#include "list.h"
 
 typedef struct DnsCache {
         Hashmap *by_key;
         Prioq *by_expiry;
 } DnsCache;
 
-#include "resolved-dns-rr.h"
-#include "resolved-dns-question.h"
 #include "resolved-dns-answer.h"
+#include "resolved-dns-question.h"
+#include "resolved-dns-rr.h"
 
 void dns_cache_flush(DnsCache *c);
 void dns_cache_prune(DnsCache *c);
index fbbabaf232d7d47e767866bbf9b35317c8c8ebaf..73803e4e82080b96df7f77cd85d6fcb26fcc4eb3 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
  ***/
 
-#include <netinet/udp.h>
 #include <netinet/ip.h>
+#include <netinet/udp.h>
 
-#include "macro.h"
-#include "sparse-endian.h"
 #include "hashmap.h"
 #include "in-addr-util.h"
+#include "macro.h"
+#include "sparse-endian.h"
 
 typedef struct DnsPacketHeader DnsPacketHeader;
 typedef struct DnsPacket DnsPacket;
 
-#include "resolved-dns-rr.h"
-#include "resolved-dns-question.h"
-#include "resolved-dns-answer.h"
 #include "resolved-def.h"
+#include "resolved-dns-answer.h"
+#include "resolved-dns-question.h"
+#include "resolved-dns-rr.h"
 
 typedef enum DnsProtocol {
         DNS_PROTOCOL_DNS,
index e7063d967885f0478d536bbd09aeb0ca2a49777a..2c28a7e284a23ede8ac1d375e9fd4a145fde9fa9 100644 (file)
 
 
 #include "sd-bus.h"
+
 #include "set.h"
 
 typedef struct DnsQuery DnsQuery;
 
-#include "resolved-dns-question.h"
 #include "resolved-dns-answer.h"
+#include "resolved-dns-question.h"
 #include "resolved-dns-stream.h"
 
 struct DnsQuery {
index 9e2207c0aac128992cd6ec00664563f81fd5f21c..a23546f757c44d3f6cb15d1e48d4c136828f8995 100644 (file)
@@ -24,9 +24,9 @@
 #include <netinet/in.h>
 
 #include "bitmap.h"
+#include "dns-type.h"
 #include "hashmap.h"
 #include "in-addr-util.h"
-#include "dns-type.h"
 
 typedef struct DnsResourceKey DnsResourceKey;
 typedef struct DnsResourceRecord DnsResourceRecord;
index b75f212897cdaf913e2db617a32750c81807168f..f9b2bfda9dffb070bea8e30dd2409649f4d33af7 100644 (file)
@@ -25,9 +25,9 @@
 
 typedef struct DnsScope DnsScope;
 
-#include "resolved-dns-server.h"
-#include "resolved-dns-packet.h"
 #include "resolved-dns-cache.h"
+#include "resolved-dns-packet.h"
+#include "resolved-dns-server.h"
 #include "resolved-dns-zone.h"
 #include "resolved-link.h"
 
index acf6a6f651a509323030bc554e02908f8dc61612..d0970bd69518a69d8b01289a96c9c5d86d9d1d83 100644 (file)
@@ -39,10 +39,10 @@ enum DnsTransactionState {
         _DNS_TRANSACTION_STATE_INVALID = -1
 };
 
-#include "resolved-dns-scope.h"
+#include "resolved-dns-answer.h"
 #include "resolved-dns-packet.h"
 #include "resolved-dns-question.h"
-#include "resolved-dns-answer.h"
+#include "resolved-dns-scope.h"
 
 struct DnsTransaction {
         DnsScope *scope;
index 495d17cdb1214391d691797abffadbec94edfd50..de110f9de7d18c2e68648fcf20ca8f721aabc220 100644 (file)
@@ -31,9 +31,9 @@ typedef struct DnsZone {
 typedef struct DnsZoneItem DnsZoneItem;
 typedef enum DnsZoneItemState DnsZoneItemState;
 
-#include "resolved-dns-rr.h"
-#include "resolved-dns-question.h"
 #include "resolved-dns-answer.h"
+#include "resolved-dns-question.h"
+#include "resolved-dns-rr.h"
 #include "resolved-dns-transaction.h"
 
 /* RFC 4795 Section 2.8. suggests a TTL of 30s by default */
index fe7fe99505817e0736c3c5085ece4fad8f65d3bf..074ce6c63d99ad17ac3baef9991bb3b406902cbf 100644 (file)
 ***/
 
 #include "sd-event.h"
-#include "sd-network.h"
 #include "sd-netlink.h"
-#include "list.h"
+#include "sd-network.h"
+
 #include "hashmap.h"
+#include "list.h"
 
 typedef struct Manager Manager;
 typedef enum Support Support;
index cf612e87225038221021a55e260bc1e12797b8e9..256a6a5900e3811d8d2522b450b89d7fa69a6ca2 100644 (file)
@@ -23,9 +23,9 @@
 
 #ifdef HAVE_ACL
 
+#include <acl/libacl.h>
 #include <stdbool.h>
 #include <sys/acl.h>
-#include <acl/libacl.h>
 
 #include "macro.h"
 
index aa832454b5c4d5a6b95bf37e9e859b5056f21e84..5842bdd15ea1620a627b1fe2dbb4bcd3e7e6743a 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <stdbool.h>
 #include <sys/types.h>
+
 #include "logs-show.h"
 
 int show_cgroup_by_path(const char *path, const char *prefix, unsigned columns, bool kernel_threads, OutputFlags flags);
index fb0234baae1039eebf19e60145ff999ca4e8aed2..2872b22d9d18b1896e31a6db8202c6918dea749d 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdio.h>
 #include <stdbool.h>
+#include <stdio.h>
 
 #include "macro.h"
 
index e953a12737e066caf02eb7749bc80e6f2e031e16..5cb4c3af4e55531184c85fe732d00ee9ceaae09d 100644 (file)
@@ -24,6 +24,7 @@
 #include <stdbool.h>
 
 #include "sd-id128.h"
+
 #include "time-util.h"
 
 #define EFI_VENDOR_LOADER SD_ID128_MAKE(4a,67,b0,82,0a,4c,41,cf,b6,c7,44,0b,29,bb,8c,4f)
index 569e1faa55acea78237ee278179f09e472c197dc..98927bbc5982b6d2088ebe682c2ab385a9681cab 100644 (file)
@@ -26,8 +26,8 @@
 
 #include "sd-journal.h"
 
-#include "util.h"
 #include "output-mode.h"
+#include "util.h"
 
 int output_journal(
                 FILE *f,
index f041600fbfb6d1ea9257e000bc5c676b2dcc3251..038db7453c3567afe1dfb5f8d8c6e1667c2ae540 100644 (file)
@@ -21,9 +21,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "time-util.h"
-#include "lockfile-util.h"
 #include "hashmap.h"
+#include "lockfile-util.h"
+#include "time-util.h"
 
 typedef enum ImageType {
         IMAGE_DIRECTORY,
index 3657aa5d9c5693d5747236fddabdafba6f6fd259..a7b51a91dacecb9ba1394f4bd8b0d60b8dcc9f77 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <nss.h>
+#include <grp.h>
 #include <netdb.h>
-#include <resolv.h>
+#include <nss.h>
 #include <pwd.h>
-#include <grp.h>
+#include <resolv.h>
 
 
 #define NSS_GETHOSTBYNAME_PROTOTYPES(module)            \
index 43cf247cdfdd29260f45daf88801f5f6b49ad11f..d8adf59acab4b379f9df19f14153a43e74e8989a 100644 (file)
@@ -27,8 +27,9 @@
 #include <sys/types.h>
 #include <sys/uio.h>
 
-#include "sd-id128.h"
 #include "sd-event.h"
+#include "sd-id128.h"
+
 #include "_sd-common.h"
 
 _SD_BEGIN_DECLARATIONS;
index 214e77cab14e95c43c12b0485b66bc8302f6c054..c26cd1be3a617938af45b8d2728cafa6f6ece2b6 100644 (file)
@@ -22,8 +22,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <inttypes.h>
+#include <sys/types.h>
 
 #include "_sd-common.h"
 
index fc117258213499350c0ebcce6d3888c980e3ef17..edf80563ac547db50debd94491adacccd79cc775 100644 (file)
@@ -23,8 +23,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <inttypes.h>
+#include <sys/types.h>
 
 #include "_sd-common.h"
 
index c0146158f3798fa1909652993bfb57d3466232d7..fc1d70e738348dc61b4d0bace3c93cebed507286 100644 (file)
@@ -27,8 +27,8 @@
 #include <netinet/in.h>
 #include <sys/types.h>
 
-#include "sd-event.h"
 #include "sd-dhcp-lease.h"
+#include "sd-event.h"
 
 #include "_sd-common.h"
 
index 55bceb1ea59a8d57ee957f89fa1c92fe2b8a383e..56b63c38da48094dc19e44047498a6d3db040e14 100644 (file)
@@ -27,6 +27,7 @@
 #include <netinet/in.h>
 
 #include "sd-event.h"
+
 #include "_sd-common.h"
 
 _SD_BEGIN_DECLARATIONS;
index 0ca6c07de4fae2ed4f80f616753130f897c06faf..29e95e2492dab6a472be2e956d2c644140fd3876 100644 (file)
@@ -26,8 +26,8 @@
 #include <net/ethernet.h>
 #include <sys/types.h>
 
-#include "sd-event.h"
 #include "sd-dhcp6-lease.h"
+#include "sd-event.h"
 
 #include "_sd-common.h"
 
index 565de5495aebdfc768cfc369cc1ea8205393ead7..d1cf02ca73f1bd190628a209930f5efd50740c68 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
-#include <sys/signalfd.h>
-#include <sys/epoll.h>
 #include <inttypes.h>
 #include <signal.h>
+#include <sys/epoll.h>
+#include <sys/signalfd.h>
+#include <sys/types.h>
 
 #include "_sd-common.h"
 
index 6337d614525046d624736e0c4e2ae5421d75bc8a..c1e79640eb84c88f26bb661d18e180446577451e 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <netinet/in.h>
 #include <net/ethernet.h>
+#include <netinet/in.h>
 
 #include "sd-event.h"
+
 #include "_sd-common.h"
 
 _SD_BEGIN_DECLARATIONS;
index 2949f1dfb284de3ce7ba61ac10f11d2cb7a1cdf1..1d25f02bd0807bb0b62c77cad5d1405482cc2c17 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <netinet/in.h>
 #include <net/ethernet.h>
+#include <netinet/in.h>
 
 #include "sd-event.h"
+
 #include "_sd-common.h"
 
 _SD_BEGIN_DECLARATIONS;
index 00237a21589f9d7715aa1117666ba0f281db6368..facb6d8a952996bc0fec93409ad089c19160eb94 100644 (file)
 ***/
 
 #include <inttypes.h>
-#include <sys/types.h>
 #include <stdarg.h>
+#include <sys/types.h>
 #include <sys/uio.h>
 #include <syslog.h>
 
 #include "sd-id128.h"
+
 #include "_sd-common.h"
 
 /* Journal APIs. See sd-journal(3) for more information. */
index 31651ce132f2af0c7dcb77b70ed0a62eea119551..16d297a52deafb5f329fd43856b17a3eca281007 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <net/ethernet.h>
 #include <inttypes.h>
+#include <net/ethernet.h>
 
 #include "sd-event.h"
+
 #include "_sd-common.h"
 
 _SD_BEGIN_DECLARATIONS;
index 59c6eedcda5f6702dca85b3e8d8e6dd78aec979d..2ad6bcb3578969a149c316780e583613c4481587 100644 (file)
@@ -22,8 +22,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <inttypes.h>
+#include <sys/types.h>
 
 #include "_sd-common.h"
 
index 8aedaec6d1b69101fbb70e7cfd7d919f8b539f59..072832a91619dd67e39e4703a1fbe9ee25128af2 100644 (file)
@@ -23,6 +23,7 @@
 ***/
 
 #include "sd-id128.h"
+
 #include "_sd-common.h"
 
 _SD_BEGIN_DECLARATIONS;
index 80e24325f7dc263712d9099bf843f6f8c42158da..71e65d44259ade9cc2a1a55dd600533704b5e9b8 100644 (file)
@@ -26,6 +26,7 @@
 #include <net/ethernet.h>
 
 #include "sd-event.h"
+
 #include "_sd-common.h"
 
 _SD_BEGIN_DECLARATIONS;
index 2960deda0a4a8b107644b057ac241a129aab0a1a..dd5cc04ca64384b9efc291cd2127567cb2ead771 100644 (file)
 ***/
 
 #include <inttypes.h>
-#include <netinet/in.h>
 #include <netinet/ether.h>
+#include <netinet/in.h>
 #include <linux/rtnetlink.h>
 #include <linux/neighbour.h>
 
 #include "sd-event.h"
+
 #include "_sd-common.h"
 
 _SD_BEGIN_DECLARATIONS;
index 4179015fbfd068f3e52a48929e8c752d0b0e750e..076f45745d78ec2b0defdae38d6d7f1af4314a9b 100644 (file)
@@ -23,8 +23,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <inttypes.h>
+#include <sys/types.h>
 
 #include "_sd-common.h"
 
index 82c4b39efe1ab3434b5143f9955737f075456772..bfe32102f8f608d6ee70e6f6e4ebeb464b216154 100644 (file)
@@ -28,6 +28,7 @@
 #include <sys/types.h>
 
 #include "sd-event.h"
+
 #include "_sd-common.h"
 
 _SD_BEGIN_DECLARATIONS;
index 56466fe462a9c518d69efff3cb366f4b992915b9..cbc19c4054dd946cc9c9ee7d22bb44bef81f0917 100644 (file)
@@ -22,7 +22,6 @@
 ***/
 
 #include "conf-parser.h"
-
 #include "timesyncd-manager.h"
 
 const struct ConfigPerfItem* timesyncd_gperf_lookup(const char *key, unsigned length);
index 090b2fcba88433c71ee46a719878e93110ba82df..fab22cfe84b9f4b48ac6e582ebb36ff27b9077e0 100644 (file)
@@ -22,8 +22,9 @@
 ***/
 
 #include "sd-event.h"
-#include "sd-resolve.h"
 #include "sd-network.h"
+#include "sd-resolve.h"
+
 #include "list.h"
 #include "ratelimit.h"
 
index 18c44445e1e53aed4e73d6d4d65e9e45beff43a6..f764d0737b401f54f82553a18bd4c5f417f7c9a2 100644 (file)
@@ -21,8 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "socket-util.h"
 #include "list.h"
+#include "socket-util.h"
 
 typedef struct ServerAddress ServerAddress;
 typedef struct ServerName ServerName;