diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-04 07:49:11 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-04 07:49:24 +0100 |
commit | 3843e8260c6df6bc00794cecfe5491eb28685da4 (patch) | |
tree | 900fb129cc1809ae70e726a9c15e46c01a327aed /src/shared/securebits-util.c | |
parent | missing: move btrfs related entries to missing_btrfs.h and missing_btrfs_tree.h (diff) | |
download | systemd-3843e8260c6df6bc00794cecfe5491eb28685da4.tar.xz systemd-3843e8260c6df6bc00794cecfe5491eb28685da4.zip |
missing: rename securebits.h to missing_securebits.h
Diffstat (limited to 'src/shared/securebits-util.c')
-rw-r--r-- | src/shared/securebits-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/securebits-util.c b/src/shared/securebits-util.c index ad091f6d95..6d31dfeff0 100644 --- a/src/shared/securebits-util.c +++ b/src/shared/securebits-util.c @@ -5,7 +5,6 @@ #include "alloc-util.h" #include "extract-word.h" -#include "securebits.h" #include "securebits-util.h" #include "string-util.h" |