mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
shared/blkid-util: do not include util.h needlessly
This commit is contained in:
committed by
Yu Watanabe
parent
a81921e47e
commit
0f495e0123
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user