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-system/libcore/target.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/grp-system/libcore/target.c') diff --git a/src/grp-system/libcore/target.c b/src/grp-system/libcore/target.c index 25630b80e5..e62a49be84 100644 --- a/src/grp-system/libcore/target.c +++ b/src/grp-system/libcore/target.c @@ -17,13 +17,14 @@ along with systemd; If not, see . ***/ -#include "dbus-target.h" #include "basic/log.h" #include "basic/special.h" #include "basic/string-util.h" #include "basic/unit-name.h" -#include "unit.h" + +#include "dbus-target.h" #include "target.h" +#include "unit.h" static const UnitActiveState state_translation_table[_TARGET_STATE_MAX] = { [TARGET_DEAD] = UNIT_INACTIVE, -- cgit v1.2.3-54-g00ecf