summaryrefslogtreecommitdiff
path: root/gtk/gtksearchentryprivate.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/gtksearchentryprivate.h
parent515f39f161d73e4e58fcb58ed330db11c3bc8642 (diff)
downloadgtk+-a1c5a806b3985b442d78506f0afae476567e597a.tar.gz
Convert headers to #pragma once
The conversion was done by guard2one.
Diffstat (limited to 'gtk/gtksearchentryprivate.h')
-rw-r--r--gtk/gtksearchentryprivate.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtksearchentryprivate.h b/gtk/gtksearchentryprivate.h
index 957b34cd07..2ee7f8dc62 100644
--- a/gtk/gtksearchentryprivate.h
+++ b/gtk/gtksearchentryprivate.h
@@ -22,8 +22,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#ifndef __GTK_SEARCH_ENTRY_PRIVATE_H__
-#define __GTK_SEARCH_ENTRY_PRIVATE_H__
+#pragma once
#include <gtk/gtksearchentry.h>
#include <gtk/gtktext.h>
@@ -38,4 +37,3 @@ GtkEventController * gtk_search_entry_get_key_controller (GtkSearchEntry *entry)
G_END_DECLS
-#endif /* __GTK_SEARCH_ENTRY_PRIVATE_H__ */