summaryrefslogtreecommitdiffstats
path: root/src/dbus_handlers.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/dbus_handlers.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 '')
-rw-r--r--src/dbus_common.c (renamed from src/dbus_handlers.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus_handlers.c b/src/dbus_common.c
index 7e30fca..dd3bae5 100644
--- a/src/dbus_handlers.c
+++ b/src/dbus_common.c
@@ -9,7 +9,7 @@
#include <Elementary.h>
-#include "dbus_handlers.h"
+#include "dbus_common.h"
#include "eulogium.h"
#include "eulogium_item_list.h"