diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-10-12 11:43:49 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-10-12 17:54:23 +0900 |
commit | 657ccaac1b898e6cb4865df38d1cf09c50f6c0ac (patch) | |
tree | 7e77b5cfa7a8fd2ea72fb6b14495c0c3a84136c2 /src/libsystemd/sd-device/device-util.h | |
parent | 3ffd12bfbe9f91b392d80fbf6a8b2def2a13bf6d (diff) | |
download | systemd-657ccaac1b898e6cb4865df38d1cf09c50f6c0ac.tar.gz |
sd-device: drop unnecessary header
Diffstat (limited to 'src/libsystemd/sd-device/device-util.h')
-rw-r--r-- | src/libsystemd/sd-device/device-util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsystemd/sd-device/device-util.h b/src/libsystemd/sd-device/device-util.h index 42461c1991..03969d650d 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; \ |