diff options
author | Thomas Haller <thaller@redhat.com> | 2016-04-30 03:26:06 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-04-30 03:42:16 +0200 |
commit | c5ac69174464521e8d20d8e5e1e8ec1cefe41773 (patch) | |
tree | 86097d0b69d7a7ab6cd506d1cc8873f125c0a37b /clients | |
parent | 9f29cc13e7fc8afde887d2832f75b5372ec83457 (diff) | |
download | NetworkManager-c5ac69174464521e8d20d8e5e1e8ec1cefe41773.tar.gz |
build: cleanup includes of <gmodule.h>
<gmodule.h> is implicitly included by <gio/gio.h> which is available
everywhere. For that reason, we would not have to include this header
at all. However, it is recommended to explicitly include <gmodule.h>
where needed.
So, include it where needed -- if <gio/gio.h> wouldn't be there --
and drop it from where it is not needed.
Diffstat (limited to 'clients')
-rw-r--r-- | clients/common/nm-vpn-helpers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/common/nm-vpn-helpers.c b/clients/common/nm-vpn-helpers.c index 1d2a6b0f81..fd04f155af 100644 --- a/clients/common/nm-vpn-helpers.c +++ b/clients/common/nm-vpn-helpers.c @@ -28,7 +28,6 @@ #include "nm-vpn-helpers.h" #include <string.h> -#include <gmodule.h> #include "nm-utils.h" |