summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device/device-util.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-10-12 11:43:49 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-10-12 17:54:23 +0900
commit657ccaac1b898e6cb4865df38d1cf09c50f6c0ac (patch)
tree7e77b5cfa7a8fd2ea72fb6b14495c0c3a84136c2 /src/libsystemd/sd-device/device-util.h
parent3ffd12bfbe9f91b392d80fbf6a8b2def2a13bf6d (diff)
downloadsystemd-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.h2
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; \