summaryrefslogtreecommitdiffstats
path: root/src/vpick
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2024-01-04 16:30:53 +0100
committerMike Yuan <me@yhndnzj.com>2024-01-04 16:35:13 +0100
commit657febec97a2897a329b074fb1a51ae0e9484461 (patch)
tree683ede1e38515c620d2fca247a089898c9600868 /src/vpick
parentMerge pull request #30744 from poettering/logind-trivial-tweaks (diff)
downloadsystemd-657febec97a2897a329b074fb1a51ae0e9484461.tar.xz
systemd-657febec97a2897a329b074fb1a51ae0e9484461.zip
vpick-tool: sort includes
Diffstat (limited to 'src/vpick')
-rw-r--r--src/vpick/vpick-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpick/vpick-tool.c b/src/vpick/vpick-tool.c
index 0ae8fe322d..f3afc33a58 100644
--- a/src/vpick/vpick-tool.c
+++ b/src/vpick/vpick-tool.c
@@ -7,8 +7,8 @@
#include "format-table.h"
#include "fs-util.h"
#include "main-func.h"
-#include "path-util.h"
#include "parse-util.h"
+#include "path-util.h"
#include "pretty-print.h"
#include "stat-util.h"
#include "string-util.h"