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-utils/systemd-path/path.c | 4 ++-- src/grp-utils/systemd-path/sd-path.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/grp-utils/systemd-path') diff --git a/src/grp-utils/systemd-path/path.c b/src/grp-utils/systemd-path/path.c index aa63884365..ed824fa857 100644 --- a/src/grp-utils/systemd-path/path.c +++ b/src/grp-utils/systemd-path/path.c @@ -22,14 +22,14 @@ #include #include -#include "sd-path.h" - #include "basic/alloc-util.h" #include "basic/log.h" #include "basic/macro.h" #include "basic/string-util.h" #include "basic/util.h" +#include "sd-path.h" + static const char *arg_suffix = NULL; static const char* const path_table[_SD_PATH_MAX] = { diff --git a/src/grp-utils/systemd-path/sd-path.c b/src/grp-utils/systemd-path/sd-path.c index b904b56c01..2e0a0a7cfd 100644 --- a/src/grp-utils/systemd-path/sd-path.c +++ b/src/grp-utils/systemd-path/sd-path.c @@ -17,8 +17,6 @@ along with systemd; If not, see . ***/ -#include "sd-path.h" - #include "basic/alloc-util.h" #include "basic/architecture.h" #include "basic/fd-util.h" @@ -30,6 +28,8 @@ #include "basic/user-util.h" #include "basic/util.h" +#include "sd-path.h" + static int from_environment(const char *envname, const char *fallback, const char **ret) { assert(ret); -- cgit v1.2.3-54-g00ecf