From: Yu Watanabe Date: Fri, 12 Oct 2018 02:43:49 +0000 (+0900) Subject: sd-device: drop unnecessary header X-Git-Tag: v240~570^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=657ccaac1b898e6cb4865df38d1cf09c50f6c0ac;p=thirdparty%2Fsystemd.git sd-device: drop unnecessary header --- diff --git a/src/libsystemd/sd-device/device-util.h b/src/libsystemd/sd-device/device-util.h index 42461c19911..03969d650dd 100644 --- a/src/libsystemd/sd-device/device-util.h +++ b/src/libsystemd/sd-device/device-util.h @@ -1,8 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -#include "util.h" - #define FOREACH_DEVICE_PROPERTY(device, key, value) \ for (key = sd_device_get_property_first(device, &(value)); \ key; \