]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic/sys/mount: sort includes
authorMike Yuan <me@yhndnzj.com>
Tue, 4 Mar 2025 17:08:21 +0000 (18:08 +0100)
committerMike Yuan <me@yhndnzj.com>
Tue, 4 Mar 2025 22:02:39 +0000 (23:02 +0100)
src/basic/sys/mount.h

index 13a3ba68515a463551f56e49f98367f88a8a14a9..16cf080ab8566d8d69b49d5fe67fcb5134564977 100644 (file)
@@ -2,8 +2,8 @@
 #pragma once
 
 #include <features.h>
-#include <stdint.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <sys/ioctl.h>
 #include <sys/syscall.h>
 #include <unistd.h>