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/main.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/main.c')
-rw-r--r-- | src/core/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c index f19e432d4a..51c83154a5 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -40,7 +40,7 @@ #include "fdset.h" #include "special.h" #include "conf-parser.h" -#include "bus-errors.h" +#include "dbus-common.h" #include "missing.h" #include "label.h" #include "build.h" |