mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-26 09:57:26 +03:00
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.
This commit is contained in:
parent
2194547e3b
commit
eca27ebbc8
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user