From 958b66ea16deddd794b3a52643bd44633e165ead Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 18 May 2015 17:10:07 +0200 Subject: util: split all hostname related calls into hostname-util.c --- src/hostname/hostnamectl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hostname/hostnamectl.c') diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c index 5218b41b41..69ecd61f60 100644 --- a/src/hostname/hostnamectl.c +++ b/src/hostname/hostnamectl.c @@ -26,13 +26,13 @@ #include #include "sd-bus.h" - +#include "sd-id128.h" +#include "hostname-util.h" #include "bus-util.h" #include "bus-error.h" #include "util.h" #include "spawn-polkit-agent.h" #include "build.h" -#include "sd-id128.h" #include "architecture.h" static bool arg_ask_password = true; -- cgit v1.2.3-54-g00ecf