gtk: Use #pragma once consistently

One header snuck in missing it.
This commit is contained in:
Matthias Clasen 2023-12-20 09:52:04 -05:00
parent d21a691f44
commit 957d96102a

View File

@ -18,7 +18,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __G_OPEN_URI_PORTAL_H__
#pragma once
#include "gtkwindow.h"
#include <glib.h>
@ -55,5 +55,3 @@ gboolean gtk_openuri_portal_open_uri_finish (GAsyncResult *result,
GError **error);
G_END_DECLS
#endif