From 038c54c61776a94bcd0436eef07b9b0396702981 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 16 Dec 2019 16:30:12 +0100 Subject: avoid redundant redeclarations --- src/obexpush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/obexpush.c') 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)) -- cgit v1.2.1