summaryrefslogtreecommitdiff
path: root/monitor/udisks2
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-03-27 10:57:25 +0200
committerOndrej Holy <oholy@redhat.com>2018-04-03 17:54:23 +0200
commit9d845f7b9aef9795984a7659d228d66b36b7be5a (patch)
treebb7e0c6ee922879d597db3035e05397840cacb89 /monitor/udisks2
parentf45605210db66306ed32f9a0c6057bf095e81bb3 (diff)
downloadgvfs-9d845f7b9aef9795984a7659d228d66b36b7be5a.tar.gz
Remove redundant gmodule.h includes
Our codes don't use GModule APIs directly, so there is no need for gmodule.h includes. GModule has been replaced by GIOModule in our codes long time ago. gmodule.h is included indirectly over gio.h anyway. https://bugzilla.gnome.org/show_bug.cgi?id=794365
Diffstat (limited to 'monitor/udisks2')
-rw-r--r--monitor/udisks2/udisks2volumemonitordaemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor/udisks2/udisks2volumemonitordaemon.c b/monitor/udisks2/udisks2volumemonitordaemon.c
index b642baff..a7fdc63f 100644
--- a/monitor/udisks2/udisks2volumemonitordaemon.c
+++ b/monitor/udisks2/udisks2volumemonitordaemon.c
@@ -25,7 +25,6 @@
#include <glib.h>
#include <glib/gi18n-lib.h>
-#include <gmodule.h>
#include <gio/gio.h>
#include <gvfsproxyvolumemonitordaemon.h>