summaryrefslogtreecommitdiff
path: root/src/portable/portablectl.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-19 16:51:18 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-22 20:10:55 +0100
commit6ef06723b1de8efc6cfe4bdaee8bc39220bdcb5a (patch)
treea081ab9b00748e696b3cf84c857b056cbcc92849 /src/portable/portablectl.c
parentfd03a6a92bc2c4eae2165cbfcbcd93d82cd28ccf (diff)
downloadsystemd-6ef06723b1de8efc6cfe4bdaee8bc39220bdcb5a.tar.gz
Move os-util.[ch] to basic/
parse_os_release() will be used basic/hostname-util.c later on.
Diffstat (limited to 'src/portable/portablectl.c')
-rw-r--r--src/portable/portablectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/portablectl.c b/src/portable/portablectl.c
index 278dae0e1b..af4acc2125 100644
--- a/src/portable/portablectl.c
+++ b/src/portable/portablectl.c
@@ -12,7 +12,6 @@
#include "bus-wait-for-jobs.h"
#include "def.h"
#include "dirent-util.h"
-#include "discover-image.h"
#include "env-file.h"
#include "fd-util.h"
#include "fileio.h"
@@ -20,6 +19,7 @@
#include "fs-util.h"
#include "locale-util.h"
#include "main-func.h"
+#include "os-util.h"
#include "pager.h"
#include "parse-util.h"
#include "path-util.h"