diff options
author | Simon Peeters <peeters.simon@gmail.com> | 2013-04-11 00:39:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-18 02:54:58 +0200 |
commit | 449101fce2757575c4813a9512890536365445f6 (patch) | |
tree | c0012796af10e30d588478b734e2982bb2a64f89 /src/core/transaction.c | |
parent | 951657bd0a5bb32b5f56cc6b91ad2ea4094bdfaf (diff) |
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.
Diffstat (limited to 'src/core/transaction.c')
-rw-r--r-- | src/core/transaction.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |