summaryrefslogtreecommitdiff
path: root/src/obexpush.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-16 16:30:12 +0100
committerraveit65 <[email protected]>2019-12-31 10:41:52 +0100
commit038c54c61776a94bcd0436eef07b9b0396702981 (patch)
tree6d8e332a1282b30411739416d0a759ea02e9a5d9 /src/obexpush.c
parent265093caa7d1d1dac02009aea40e4c47633ef691 (diff)
downloadmate-user-share-038c54c61776a94bcd0436eef07b9b0396702981.tar.bz2
mate-user-share-038c54c61776a94bcd0436eef07b9b0396702981.tar.xz
avoid redundant redeclarations
Diffstat (limited to 'src/obexpush.c')
-rw-r--r--src/obexpush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/obexpush.c b/src/obexpush.c
index 73e4fd5..e4546b2 100644
--- a/src/obexpush.c
+++ b/src/obexpush.c
@@ -37,7 +37,7 @@
#include "marshal.h"
#include "obexpush.h"
-#include "user_share.h"
+#include "user_share-common.h"
#include "user_share-private.h"
#define DBUS_TYPE_G_STRING_VARIANT_HASHTABLE (dbus_g_type_get_map ("GHashTable", G_TYPE_STRING, G_TYPE_STRING))