summaryrefslogtreecommitdiff
path: root/gusb/gusb-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/gusb-device.h')
-rw-r--r--gusb/gusb-device.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gusb/gusb-device.h b/gusb/gusb-device.h
index 97201c3..8f5a4f1 100644
--- a/gusb/gusb-device.h
+++ b/gusb/gusb-device.h
@@ -6,8 +6,7 @@
* SPDX-License-Identifier: LGPL-2.1+
*/
-#ifndef __GUSB_DEVICE_H__
-#define __GUSB_DEVICE_H__
+#pragma once
#include <glib-object.h>
#include <gio/gio.h>
@@ -281,5 +280,3 @@ gssize g_usb_device_interrupt_transfer_finish (GUsbDevice *device,
GError **error);
G_END_DECLS
-
-#endif /* __GUSB_DEVICE_H__ */