diff options
Diffstat (limited to 'src/nm-dispatcher.c')
-rw-r--r-- | src/nm-dispatcher.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nm-dispatcher.c b/src/nm-dispatcher.c index d614dd849d..e77cca6f5d 100644 --- a/src/nm-dispatcher.c +++ b/src/nm-dispatcher.c @@ -28,7 +28,6 @@ #include "nm-dispatcher-api.h" #include "NetworkManagerUtils.h" #include "nm-utils.h" -#include "nm-utils-private.h" #include "nm-logging.h" #include "nm-dbus-manager.h" #include "nm-device.h" @@ -475,7 +474,7 @@ _dispatcher_call (DispatcherAction action, GVariant *connection_dict; connection_dict = nm_connection_to_dbus (connection, NM_CONNECTION_SERIALIZE_NO_SECRETS); - connection_hash = _nm_utils_connection_dict_to_hash (connection_dict); + connection_hash = nm_utils_connection_dict_to_hash (connection_dict); g_variant_unref (connection_dict); connection_props = value_hash_create (); |