]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: alloc-util.h and fs-util.h are our own headers
authorLennart Poettering <lennart@poettering.net>
Wed, 24 Oct 2018 15:05:16 +0000 (17:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 24 Oct 2018 15:08:12 +0000 (17:08 +0200)
Hence include them with "" rather than <>. Also including them twices is
a pretty bad idea too.

src/shared/tests.c

index 10fe6a088c326a962b68808b3f556945a021bfaa..c6f608fe04be6d65c098d3bfde953571e5a11027 100644 (file)
@@ -1,7 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
-#include <alloc-util.h>
-#include <fs-util.h>
 #include <libgen.h>
 #include <stdlib.h>
 #include <util.h>
@@ -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"