summaryrefslogtreecommitdiff
path: root/gdk/gdkdevicetoolprivate.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/gdkdevicetoolprivate.h
parent515f39f161d73e4e58fcb58ed330db11c3bc8642 (diff)
downloadgtk+-a1c5a806b3985b442d78506f0afae476567e597a.tar.gz
Convert headers to #pragma once
The conversion was done by guard2one.
Diffstat (limited to 'gdk/gdkdevicetoolprivate.h')
-rw-r--r--gdk/gdkdevicetoolprivate.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdk/gdkdevicetoolprivate.h b/gdk/gdkdevicetoolprivate.h
index 63d06366c3..3b6446608c 100644
--- a/gdk/gdkdevicetoolprivate.h
+++ b/gdk/gdkdevicetoolprivate.h
@@ -15,8 +15,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __GDK_DEVICE_TOOL_PRIVATE_H__
-#define __GDK_DEVICE_TOOL_PRIVATE_H__
+#pragma once
#include "gdkdevicetool.h"
@@ -45,4 +44,3 @@ GdkDeviceTool *gdk_device_tool_new (guint64 serial,
G_END_DECLS
-#endif /* __GDK_DEVICE_TOOL_PRIVATE_H__ */