summaryrefslogtreecommitdiff
path: root/lib/bluetooth-settings-row.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bluetooth-settings-row.h')
-rw-r--r--lib/bluetooth-settings-row.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/bluetooth-settings-row.h b/lib/bluetooth-settings-row.h
index ed0db01d..0d3cb1ee 100644
--- a/lib/bluetooth-settings-row.h
+++ b/lib/bluetooth-settings-row.h
@@ -18,13 +18,10 @@
*
*/
-#ifndef __BLUETOOTH_SETTINGS_ROW_H
-#define __BLUETOOTH_SETTINGS_ROW_H
+#pragma once
#include <gtk/gtk.h>
-G_BEGIN_DECLS
-
#define BLUETOOTH_TYPE_SETTINGS_ROW (bluetooth_settings_row_get_type())
#define BLUETOOTH_SETTINGS_ROW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), \
BLUETOOTH_TYPE_SETTINGS_ROW, BluetoothSettingsRow))
@@ -57,7 +54,3 @@ struct _BluetoothSettingsRowClass {
GType bluetooth_settings_row_get_type (void);
GtkWidget *bluetooth_settings_row_new (void);
-
-G_END_DECLS
-
-#endif /* __BLUETOOTH_SETTINGS_ROW_H */