From eca27ebbc84c5aba7869cada588fd144092f3383 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 24 Oct 2018 17:05:16 +0200 Subject: [PATCH] tests: alloc-util.h and fs-util.h are our own headers Hence include them with "" rather than <>. Also including them twices is a pretty bad idea too. --- src/shared/tests.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/shared/tests.c b/src/shared/tests.c index 10fe6a088c3..c6f608fe04b 100644 --- a/src/shared/tests.c +++ b/src/shared/tests.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -#include -#include #include #include #include @@ -9,6 +7,7 @@ #include "alloc-util.h" #include "env-util.h" #include "fileio.h" +#include "fs-util.h" #include "log.h" #include "path-util.h" #include "strv.h" -- 2.47.3