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/core/hostname-setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/hostname-setup.c') diff --git a/src/core/hostname-setup.c b/src/core/hostname-setup.c index 03b0ce3b4d..217f201d05 100644 --- a/src/core/hostname-setup.c +++ b/src/core/hostname-setup.c @@ -23,11 +23,12 @@ #include #include -#include "hostname-setup.h" #include "macro.h" #include "util.h" #include "log.h" #include "fileio.h" +#include "hostname-util.h" +#include "hostname-setup.h" static int read_and_strip_hostname(const char *path, char **hn) { char *s; -- cgit v1.2.3-54-g00ecf