summaryrefslogtreecommitdiff
path: root/gtk/gtkpointerfocusprivate.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/gtkpointerfocusprivate.h
parent515f39f161d73e4e58fcb58ed330db11c3bc8642 (diff)
downloadgtk+-a1c5a806b3985b442d78506f0afae476567e597a.tar.gz
Convert headers to #pragma once
The conversion was done by guard2one.
Diffstat (limited to 'gtk/gtkpointerfocusprivate.h')
-rw-r--r--gtk/gtkpointerfocusprivate.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkpointerfocusprivate.h b/gtk/gtkpointerfocusprivate.h
index 7cd192902a..6cf7ca2e36 100644
--- a/gtk/gtkpointerfocusprivate.h
+++ b/gtk/gtkpointerfocusprivate.h
@@ -15,8 +15,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _GTK_POINTER_FOCUS_PRIVATE_H_
-#define _GTK_POINTER_FOCUS_PRIVATE_H_
+#pragma once
#include <gtk/gtktypes.h>
@@ -57,4 +56,3 @@ GtkWidget * gtk_pointer_focus_get_effective_target (GtkPointerFocus *focus
void gtk_pointer_focus_repick_target (GtkPointerFocus *focus);
-#endif /* _GTK_POINTER_FOCUS_PRIVATE_H_ */