1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-06 00:58:29 +03:00

lockfile: drop unnecessary headers from lockfile-util.h

This commit is contained in:
Yu Watanabe 2018-12-06 07:30:35 +01:00
parent 893829359a
commit 204f52e32d
7 changed files with 6 additions and 5 deletions

View File

@ -15,6 +15,7 @@
#include "io-util.h"
#include "loop-util.h"
#include "machine-image.h"
#include "missing_capability.h"
#include "mount-util.h"
#include "process-util.h"
#include "raw-clone.h"

View File

@ -21,6 +21,7 @@
#include "machine-image.h"
#include "machine-pool.h"
#include "machined.h"
#include "missing_capability.h"
#include "path-util.h"
#include "process-util.h"
#include "stdio-util.h"

View File

@ -11,6 +11,7 @@
#include "alloc-util.h"
#include "ether-addr-util.h"
#include "lockfile-util.h"
#include "missing_network.h"
#include "netlink-util.h"
#include "nspawn-network.h"
#include "siphash24.h"

View File

@ -7,6 +7,7 @@
#include "fd-util.h"
#include "io-util.h"
#include "machine-image.h"
#include "missing_capability.h"
#include "portable.h"
#include "portabled-bus.h"
#include "portabled-image-bus.h"

View File

@ -8,6 +8,7 @@
#include "fileio.h"
#include "io-util.h"
#include "machine-image.h"
#include "missing_capability.h"
#include "portable.h"
#include "portabled-bus.h"
#include "portabled-image-bus.h"

View File

@ -1,11 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include <stddef.h>
#include "macro.h"
#include "missing.h"
typedef struct LockFile {
char *path;
int fd;

View File

@ -7,6 +7,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/file.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <unistd.h>
#include <linux/fs.h>