summary refs log tree commit diff
path: root/libnm-core/nm-setting-bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-setting-bluetooth.c')
-rw-r--r--libnm-core/nm-setting-bluetooth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-core/nm-setting-bluetooth.c b/libnm-core/nm-setting-bluetooth.c
index f836cea9..eb0e5930 100644
--- a/libnm-core/nm-setting-bluetooth.c
+++ b/libnm-core/nm-setting-bluetooth.c
@@ -1,10 +1,10 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 /*
  * Copyright (C) 2007 - 2013 Red Hat, Inc.
  * Copyright (C) 2007 - 2008 Novell, Inc.
  */
 
-#include "nm-default.h"
+#include "libnm-core/nm-default-libnm-core.h"
 
 #include "nm-setting-bluetooth.h"
 
@@ -266,7 +266,7 @@ nm_setting_bluetooth_init(NMSettingBluetooth *setting)
 NMSetting *
 nm_setting_bluetooth_new(void)
 {
-    return (NMSetting *) g_object_new(NM_TYPE_SETTING_BLUETOOTH, NULL);
+    return g_object_new(NM_TYPE_SETTING_BLUETOOTH, NULL);
 }
 
 static void