summaryrefslogtreecommitdiff
path: root/src/shared/lockfile-util.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-12-06 07:30:35 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-06 13:31:16 +0100
commit204f52e32d347d4d14d2f3febd2bce54ed13247c (patch)
tree8d3267f9ab856a0b0a4731c4555eb5194eaeb7be /src/shared/lockfile-util.h
parent893829359a29273fb577c346f994721be00d055a (diff)
downloadsystemd-204f52e32d347d4d14d2f3febd2bce54ed13247c.tar.gz
systemd-204f52e32d347d4d14d2f3febd2bce54ed13247c.tar.bz2
systemd-204f52e32d347d4d14d2f3febd2bce54ed13247c.zip
lockfile: drop unnecessary headers from lockfile-util.h
Diffstat (limited to 'src/shared/lockfile-util.h')
-rw-r--r--src/shared/lockfile-util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shared/lockfile-util.h b/src/shared/lockfile-util.h
index c2abd9956f..e0eef34cdc 100644
--- a/src/shared/lockfile-util.h
+++ b/src/shared/lockfile-util.h
@@ -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;