diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-21 03:00:49 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-21 03:00:49 -0400 |
commit | 623f13d8198b83df890f014b1d27255f4d78f35b (patch) | |
tree | a38236004dfb3abd99952585638e6141513eaa8c /src/grp-timedate | |
parent | be6cdcb499515a8dc200440f9c0f95d16edbaa2d (diff) |
wip
Diffstat (limited to 'src/grp-timedate')
-rw-r--r-- | src/grp-timedate/systemd-timedated/timedated.c | 22 | ||||
-rw-r--r-- | src/grp-timedate/timedatectl/timedatectl.c | 14 |
2 files changed, 18 insertions, 18 deletions
diff --git a/src/grp-timedate/systemd-timedated/timedated.c b/src/grp-timedate/systemd-timedated/timedated.c index aad94024b8..bddaf71cb0 100644 --- a/src/grp-timedate/systemd-timedated/timedated.c +++ b/src/grp-timedate/systemd-timedated/timedated.c @@ -25,19 +25,19 @@ #include <systemd/sd-event.h> #include <systemd/sd-messages.h> -#include "basic/alloc-util.h" -#include "basic/clock-util.h" -#include "basic/def.h" -#include "basic/fileio-label.h" -#include "basic/fs-util.h" -#include "basic/path-util.h" -#include "basic/selinux-util.h" -#include "basic/strv.h" -#include "basic/user-util.h" -#include "basic/util.h" #include "sd-bus/bus-common-errors.h" #include "sd-bus/bus-error.h" -#include "shared/bus-util.h" +#include "sd-bus/bus-util.h" +#include "systemd-basic/alloc-util.h" +#include "systemd-basic/clock-util.h" +#include "systemd-basic/def.h" +#include "systemd-basic/fileio-label.h" +#include "systemd-basic/fs-util.h" +#include "systemd-basic/path-util.h" +#include "systemd-basic/selinux-util.h" +#include "systemd-basic/strv.h" +#include "systemd-basic/user-util.h" +#include "systemd-basic/util.h" #define NULL_ADJTIME_UTC "0.0 0 0\n0\nUTC\n" #define NULL_ADJTIME_LOCAL "0.0 0 0\n0\nLOCAL\n" diff --git a/src/grp-timedate/timedatectl/timedatectl.c b/src/grp-timedate/timedatectl/timedatectl.c index 14d66b557b..ae011a7433 100644 --- a/src/grp-timedate/timedatectl/timedatectl.c +++ b/src/grp-timedate/timedatectl/timedatectl.c @@ -25,14 +25,14 @@ #include <systemd/sd-bus.h> -#include "basic/parse-util.h" -#include "basic/strv.h" -#include "basic/terminal-util.h" -#include "basic/util.h" #include "sd-bus/bus-error.h" -#include "shared/bus-util.h" -#include "shared/pager.h" -#include "shared/spawn-polkit-agent.h" +#include "sd-bus/bus-util.h" +#include "systemd-basic/parse-util.h" +#include "systemd-basic/strv.h" +#include "systemd-basic/terminal-util.h" +#include "systemd-basic/util.h" +#include "systemd-shared/pager.h" +#include "systemd-shared/spawn-polkit-agent.h" static bool arg_no_pager = false; static bool arg_ask_password = true; |