From 7cf527759481a760b0f08da16add3a5120048572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 18 Nov 2020 14:26:30 +0100 Subject: IWYU update (Linux) --- Compat.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Compat.c') diff --git a/Compat.c b/Compat.c index 6401f696..096b938a 100644 --- a/Compat.c +++ b/Compat.c @@ -7,13 +7,14 @@ in the source distribution for its full text. #include "config.h" // IWYU pragma: keep -#include +#include "Compat.h" + +#include // IWYU pragma: keep #include -#include #include +#include // IWYU pragma: keep -#include "Compat.h" -#include "XUtils.h" +#include "XUtils.h" // IWYU pragma: keep int Compat_fstatat(int dirfd, -- cgit v1.2.3