sd-device: drop unnecessary header
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 12 Oct 2018 02:43:49 +0000 (11:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 12 Oct 2018 08:54:23 +0000 (17:54 +0900)
src/libsystemd/sd-device/device-util.h

index 42461c19911e1056a0c668271994c1852c54f4fe..03969d650ddad6b80dad5985096a8f95809ef362 100644 (file)
@@ -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;                                                  \