]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
util: drop duplicated inclusion of sd-bus.h
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 19 Jul 2020 01:43:04 +0000 (10:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2020 19:08:22 +0000 (04:08 +0900)
src/shared/bus-get-properties.h

index d853b79d8db60cda87160bba89d985c7259ff514..81af74309d965699c237214c3df09254cb84a3c5 100644 (file)
@@ -3,8 +3,6 @@
 
 #include "sd-bus.h"
 
-#include "sd-bus.h"
-
 #include "macro.h"
 
 int bus_property_get_bool(sd_bus *bus, const char *path, const char *interface, const char *property, sd_bus_message *reply, void *userdata, sd_bus_error *error);