summary refs log tree commit diff
path: root/src/NetworkManagerUtils.c
diff options
context:
space:
mode:
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);
 }
 
-/******************************************************************************/
+/*****************************************************************************/