summaryrefslogtreecommitdiff
path: root/lib/bluetooth-enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bluetooth-enums.h')
-rw-r--r--lib/bluetooth-enums.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/bluetooth-enums.h b/lib/bluetooth-enums.h
index 3c8b72c3..06d26b6f 100644
--- a/lib/bluetooth-enums.h
+++ b/lib/bluetooth-enums.h
@@ -21,13 +21,10 @@
*
*/
-#ifndef __BLUETOOTH_ENUMS_H
-#define __BLUETOOTH_ENUMS_H
+#pragma once
#include <glib.h>
-G_BEGIN_DECLS
-
/**
* SECTION:bluetooth-enums
* @short_description: Bluetooth related enumerations
@@ -183,7 +180,3 @@ typedef enum {
BLUETOOTH_STATUS_CONNECTING,
BLUETOOTH_STATUS_PLAYING
} BluetoothStatus;
-
-G_END_DECLS
-
-#endif /* __BLUETOOTH_ENUMS_H */