From: Zbigniew Jędrzejewski-Szmek Date: Thu, 6 Dec 2018 08:56:37 +0000 (+0100) Subject: shared/blkid-util: do not include util.h needlessly X-Git-Tag: v240~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f495e01232aba5e057256cd0b4be810057e9b09;p=thirdparty%2Fsystemd.git shared/blkid-util: do not include util.h needlessly --- diff --git a/src/shared/blkid-util.h b/src/shared/blkid-util.h index e4eb600ed6c..eb07a88ba98 100644 --- a/src/shared/blkid-util.h +++ b/src/shared/blkid-util.h @@ -2,11 +2,9 @@ #pragma once #if HAVE_BLKID -#include -#endif +# include -#include "util.h" +# include "macro.h" -#if HAVE_BLKID DEFINE_TRIVIAL_CLEANUP_FUNC(blkid_probe, blkid_free_probe); #endif