From 449101fce2757575c4813a9512890536365445f6 Mon Sep 17 00:00:00 2001 From: Simon Peeters Date: Thu, 11 Apr 2013 00:39:01 +0200 Subject: Move bus_error to dbus-common and remove bus_error_message_or_strerror bus_error and bus_error_message_or_strerror dit almost exactly the same, so use only one of them and place it in dbus-common. --- src/core/transaction.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/transaction.c') diff --git a/src/core/transaction.c b/src/core/transaction.c index 4a8d90e6e5..610344eff3 100644 --- a/src/core/transaction.c +++ b/src/core/transaction.c @@ -24,6 +24,7 @@ #include "transaction.h" #include "bus-errors.h" +#include "dbus-common.h" static void transaction_unlink_job(Transaction *tr, Job *j, bool delete_dependencies); -- cgit v1.2.3-54-g00ecf