chiark / gitweb /
core: do not use quotes around virt and arch
[elogind.git] / src / core / dbus-automount.c
index 8559aed0ed9f604383e0f85102a1e6a46b707c0a..38acbd0c2625e68d6da5fd7c87a376886941332b 100644 (file)
@@ -19,9 +19,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "unit.h"
 #include "automount.h"
-#include "dbus-unit.h"
 #include "dbus-automount.h"
 #include "bus-util.h"
 
@@ -34,8 +32,3 @@ const sd_bus_vtable bus_automount_vtable[] = {
         SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(Automount, result), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
         SD_BUS_VTABLE_END
 };
-
-const char* const bus_automount_changing_properties[] = {
-        "Result",
-        NULL
-};