Commit a2023f5
committed
tree-wide: Sort includes alphabetically
This was done by running a locally built clang-format with
llvm/llvm-project#137617 applied on all .c
and .h files.
Our clang-format include sorting configuration will always put various
glibc headers that might conflict with linux headers first to avoid these
conflicts. This is a little overzealous as it will put these headers first
regardless of whether the conflicting Linux header is included or not but
since it's very hard to figure out whether the conflicting Linux header is
included (transitively) or not, being a bit overzealous shouldn't be a big
problem and might actually end up saving developers some pain down the road.1 parent a453902 commit a2023f5
File tree
467 files changed
+588
-604
lines changed- src
- analyze
- basic
- bootctl
- boot
- coredump
- core
- bpf
- restrict_fs
- socket_bind
- creds
- cryptsetup
- cryptsetup-tokens
- dissect
- fundamental
- growfs
- hibernate-resume
- home
- hostname
- import
- integritysetup
- journal-remote
- journal
- libsystemd-network
- libsystemd
- sd-bus
- sd-daemon
- sd-device
- sd-event
- sd-journal
- sd-json
- sd-netlink
- sd-network
- sd-resolve
- sd-varlink
- libudev
- login
- machine
- network
- netdev
- tc
- wait-online
- nspawn
- nsresourced
- bpf/userns_restrict
- nss-myhostname
- nss-systemd
- portable
- pstore
- random-seed
- reply-password
- resolve
- run
- shutdown
- socket-proxy
- sysext
- systemctl
- systemd
- sysupdate
- test
- timedate
- timesync
- tmpfiles
- udev
- scsi_id
- v4l_id
- update-utmp
- userdb
- vconsole
- vmspawn
- xdg-autostart-generator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
467 files changed
+588
-604
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments