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/grp-utils/systemd-delta/delta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grp-system/grp-utils/systemd-delta/delta.c') diff --git a/src/grp-system/grp-utils/systemd-delta/delta.c b/src/grp-system/grp-utils/systemd-delta/delta.c index dd571e7195..5da779624d 100644 --- a/src/grp-system/grp-utils/systemd-delta/delta.c +++ b/src/grp-system/grp-utils/systemd-delta/delta.c @@ -31,7 +31,6 @@ #include "basic/hashmap.h" #include "basic/locale-util.h" #include "basic/log.h" -#include "shared/pager.h" #include "basic/parse-util.h" #include "basic/path-util.h" #include "basic/process-util.h" @@ -41,6 +40,7 @@ #include "basic/strv.h" #include "basic/terminal-util.h" #include "basic/util.h" +#include "shared/pager.h" static const char prefixes[] = "/etc\0" -- cgit v1.2.3-54-g00ecf