]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
json-util: sort includes
authorMike Yuan <me@yhndnzj.com>
Sun, 8 Feb 2026 16:12:21 +0000 (17:12 +0100)
committerMike Yuan <me@yhndnzj.com>
Mon, 16 Feb 2026 08:44:53 +0000 (09:44 +0100)
src/libsystemd/sd-json/json-util.h

index 334a2506dc885f7cf0116ac45629fd8180e73d2e..3d7d37a30c9a77bb8dcad04e83ba135c77a6d161 100644 (file)
@@ -5,8 +5,8 @@
 
 #include "sd-json.h"
 
-#include "sd-forward.h"
 #include "log.h"
+#include "sd-forward.h"
 #include "string-util.h"        /* IWYU pragma: keep */
 
 #define JSON_VARIANT_REPLACE(v, q)        \