X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fhostname%2Fhostnamectl.c;h=5218b41b41595047a879fcb7e6324e4377248dc5;hb=2eec67acbb00593e414549a7e5b35eb7dd776b1b;hp=de4ce7ede6a84967e034eab8f3eba28d3b2406fc;hpb=4aab5d0cbd979b2cccb88534f118bceaa86466d8;p=elogind.git diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c index de4ce7ede..5218b41b4 100644 --- a/src/hostname/hostnamectl.c +++ b/src/hostname/hostnamectl.c @@ -21,12 +21,9 @@ #include #include -#include #include #include #include -#include -#include #include "sd-bus.h" @@ -35,12 +32,8 @@ #include "util.h" #include "spawn-polkit-agent.h" #include "build.h" -#include "clock-util.h" -#include "strv.h" #include "sd-id128.h" -#include "virt.h" #include "architecture.h" -#include "fileio.h" static bool arg_ask_password = true; static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;