summaryrefslogtreecommitdiffstats
path: root/src/eulogium.c
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-24 05:29:49 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-24 05:40:15 (GMT)
commit1cdb21dfc1e577fb60b6a427aaf04c9b408b5d9d (patch)
tree923349d0525e5178b864b28e59c4a116d54480fd /src/eulogium.c
parentbb9593c750f326e732e957b6c9d552f548df91cf (diff)
downloadeulogium-1cdb21dfc1e577fb60b6a427aaf04c9b408b5d9d.zip
eulogium-1cdb21dfc1e577fb60b6a427aaf04c9b408b5d9d.tar.gz
eulogium-1cdb21dfc1e577fb60b6a427aaf04c9b408b5d9d.tar.bz2
rename dbus_handlers to dbus_common
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.c')
-rw-r--r--src/eulogium.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eulogium.c b/src/eulogium.c
index d3774e1..f24ad73 100644
--- a/src/eulogium.c
+++ b/src/eulogium.c
@@ -13,12 +13,12 @@
#include <string.h>
#include <stdint.h>
+#include "dbus_common.h"
#include "eulogium.h"
#include "eulogium_item_list.h"
#include "eulogium_private.h"
#include "gettext.h"
#include "procedures.h"
-#include "dbus_handlers.h"
#include "widget_data.h"
#define COPYRIGHT "Copyright © 2015 Olliver Schinagl <o.schinagl@ultimaker.com> and various contributors (see AUTHORS)."