diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-12-06 09:56:37 +0100 |
|---|---|---|
| committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-07 02:49:03 +0100 |
| commit | 0f495e01232aba5e057256cd0b4be810057e9b09 (patch) | |
| tree | 490670e26db1c28e7f2de831dd5165fa589bd3fc /src/shared/blkid-util.h | |
| parent | a81921e47eccdade77178cdcbe8d84dcb5d1d154 (diff) | |
| download | systemd-0f495e01232aba5e057256cd0b4be810057e9b09.tar.gz | |
shared/blkid-util: do not include util.h needlessly
Diffstat (limited to 'src/shared/blkid-util.h')
| -rw-r--r-- | src/shared/blkid-util.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/shared/blkid-util.h b/src/shared/blkid-util.h index e4eb600ed6..eb07a88ba9 100644 --- a/src/shared/blkid-util.h +++ b/src/shared/blkid-util.h @@ -2,11 +2,9 @@ #pragma once #if HAVE_BLKID -#include <blkid.h> -#endif +# include <blkid.h> -#include "util.h" +# include "macro.h" -#if HAVE_BLKID DEFINE_TRIVIAL_CLEANUP_FUNC(blkid_probe, blkid_free_probe); #endif |
