about summary refs log tree commit diff
path: root/src/NetworkManagerUtils.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-01-17 20:25:09 +0100
committerMichael Biebl <biebl@debian.org>2017-01-17 20:25:09 +0100
commit58f8be580039b0575b197b9573a1c92745d96d30 (patch)
tree2c226233f623a0dcb529be0eb8cdf97e4a2ae0c0 /src/NetworkManagerUtils.c
parent45cb5bb3c0e6edb887cf69b417fcaf7053814a9b (diff)
New upstream version 1.5.90 upstream/1.5.90
Diffstat (limited to 'src/NetworkManagerUtils.c')
-rw-r--r--src/NetworkManagerUtils.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c
index 7cfe03f1..55b660db 100644
--- a/src/NetworkManagerUtils.c
+++ b/src/NetworkManagerUtils.c
@@ -30,11 +30,11 @@
 #include "nm-setting-ip6-config.h"
 #include "nm-core-internal.h"
 
-#include "nm-platform.h"
+#include "platform/nm-platform.h"
 #include "nm-exported-object.h"
 #include "nm-auth-utils.h"
 
-/******************************************************************************/
+/*****************************************************************************/
 
 /**
  * nm_utils_get_shared_wifi_permission:
@@ -65,7 +65,7 @@ nm_utils_get_shared_wifi_permission (NMConnection *connection)
 	return NULL;
 }
 
-/******************************************************************************/
+/*****************************************************************************/
 
 static char *
 get_new_connection_name (const GSList *existing,
@@ -774,7 +774,7 @@ nm_utils_match_connection (GSList *connections,
 	return best_match;
 }
 
-/******************************************************************************/
+/*****************************************************************************/
 
 /**
  * nm_utils_g_value_set_object_path:
@@ -830,4 +830,4 @@ nm_utils_g_value_set_object_path_array (GValue *value,
 	g_value_take_boxed (value, paths);
 }
 
-/******************************************************************************/
+/*****************************************************************************/