projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2194547
)
tests: alloc-util.h and fs-util.h are our own headers
author
Lennart Poettering
<lennart@poettering.net>
Wed, 24 Oct 2018 15:05:16 +0000
(17:05 +0200)
committer
Lennart 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
patch
|
blob
|
history
diff --git
a/src/shared/tests.c
b/src/shared/tests.c
index 10fe6a088c326a962b68808b3f556945a021bfaa..c6f608fe04be6d65c098d3bfde953571e5a11027 100644
(file)
--- a/
src/shared/tests.c
+++ b/
src/shared/tests.c
@@
-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"