summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturestylus.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 /gtk/gtkgesturestylus.h
parent515f39f161d73e4e58fcb58ed330db11c3bc8642 (diff)
downloadgtk+-a1c5a806b3985b442d78506f0afae476567e597a.tar.gz
Convert headers to #pragma once
The conversion was done by guard2one.
Diffstat (limited to 'gtk/gtkgesturestylus.h')
-rw-r--r--gtk/gtkgesturestylus.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkgesturestylus.h b/gtk/gtkgesturestylus.h
index ea7784d249..fdf42cdc0f 100644
--- a/gtk/gtkgesturestylus.h
+++ b/gtk/gtkgesturestylus.h
@@ -16,8 +16,7 @@
*
* Author(s): Carlos Garnacho <carlosg@gnome.org>
*/
-#ifndef __GTK_GESTURE_STYLUS_H__
-#define __GTK_GESTURE_STYLUS_H__
+#pragma once
#include <gtk/gtkgesture.h>
@@ -66,4 +65,3 @@ GdkDeviceTool * gtk_gesture_stylus_get_device_tool (GtkGestureStylus *gesture)
G_END_DECLS
-#endif /* __GTK_GESTURE_STYLUS_H__ */