From 957d96102a87a1706193cf2239105e89b9d81317 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 20 Dec 2023 09:52:04 -0500 Subject: [PATCH] gtk: Use #pragma once consistently One header snuck in missing it. --- gtk/gtkopenuriportal.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/gtkopenuriportal.h b/gtk/gtkopenuriportal.h index 3236f46e68..3c363723ab 100644 --- a/gtk/gtkopenuriportal.h +++ b/gtk/gtkopenuriportal.h @@ -18,7 +18,7 @@ * License along with this library; if not, see . */ -#ifndef __G_OPEN_URI_PORTAL_H__ +#pragma once #include "gtkwindow.h" #include @@ -55,5 +55,3 @@ gboolean gtk_openuri_portal_open_uri_finish (GAsyncResult *result, GError **error); G_END_DECLS - -#endif