From 272b48187cee0b42b6e936ad2c045f13b391f3ad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 1 Aug 2016 16:33:32 -0400 Subject: find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \; --- src/grp-timedate/systemd-timedated/timedated.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/grp-timedate/systemd-timedated') diff --git a/src/grp-timedate/systemd-timedated/timedated.c b/src/grp-timedate/systemd-timedated/timedated.c index 2d3f1d4fd2..aad94024b8 100644 --- a/src/grp-timedate/systemd-timedated/timedated.c +++ b/src/grp-timedate/systemd-timedated/timedated.c @@ -26,9 +26,6 @@ #include #include "basic/alloc-util.h" -#include "sd-bus/bus-common-errors.h" -#include "sd-bus/bus-error.h" -#include "shared/bus-util.h" #include "basic/clock-util.h" #include "basic/def.h" #include "basic/fileio-label.h" @@ -38,6 +35,9 @@ #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" #define NULL_ADJTIME_UTC "0.0 0 0\n0\nUTC\n" #define NULL_ADJTIME_LOCAL "0.0 0 0\n0\nLOCAL\n" -- cgit v1.2.3-54-g00ecf