summaryrefslogtreecommitdiff
path: root/src/core/timer.c
diff options
context:
space:
mode:
authorSimon Peeters <peeters.simon@gmail.com>2013-04-11 00:39:01 +0200
committerLennart Poettering <lennart@poettering.net>2013-04-18 02:54:58 +0200
commit449101fce2757575c4813a9512890536365445f6 (patch)
treec0012796af10e30d588478b734e2982bb2a64f89 /src/core/timer.c
parent951657bd0a5bb32b5f56cc6b91ad2ea4094bdfaf (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/timer.c')
-rw-r--r--src/core/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/timer.c b/src/core/timer.c
index 16ca57317..107dbb3f2 100644
--- a/src/core/timer.c
+++ b/src/core/timer.c
@@ -26,7 +26,7 @@
#include "timer.h"
#include "dbus-timer.h"
#include "special.h"
-#include "bus-errors.h"
+#include "dbus-common.h"
static const UnitActiveState state_translation_table[_TIMER_STATE_MAX] = {
[TIMER_DEAD] = UNIT_INACTIVE,