summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkdevice-virtual.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-03-31 15:11:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-03-31 15:11:10 -0400
commita1c5a806b3985b442d78506f0afae476567e597a (patch)
tree43cc71a014eafe1308912667c42bbb2924f67451 /gdk/win32/gdkdevice-virtual.h
parent515f39f161d73e4e58fcb58ed330db11c3bc8642 (diff)
downloadgtk+-a1c5a806b3985b442d78506f0afae476567e597a.tar.gz
Convert headers to #pragma once
The conversion was done by guard2one.
Diffstat (limited to 'gdk/win32/gdkdevice-virtual.h')
-rw-r--r--gdk/win32/gdkdevice-virtual.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdk/win32/gdkdevice-virtual.h b/gdk/win32/gdkdevice-virtual.h
index 3a98dd05c1..d81e689d61 100644
--- a/gdk/win32/gdkdevice-virtual.h
+++ b/gdk/win32/gdkdevice-virtual.h
@@ -15,8 +15,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __GDK_DEVICE_VIRTUAL_H__
-#define __GDK_DEVICE_VIRTUAL_H__
+#pragma once
#include <gdk/gdkdeviceprivate.h>
@@ -60,4 +59,3 @@ gdk_device_virtual_query_state (GdkDevice *device,
G_END_DECLS
-#endif /* __GDK_DEVICE_VIRTUAL_H__ */