sd-device: drop unnecessary header

This commit is contained in:
Yu Watanabe 2018-10-12 11:43:49 +09:00
parent 3ffd12bfbe
commit 657ccaac1b
1 changed files with 0 additions and 2 deletions

View 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; \