diff options
author | Matthias Clasen <mclasen@redhat.com> | 2023-03-31 15:11:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2023-03-31 15:11:10 -0400 |
commit | a1c5a806b3985b442d78506f0afae476567e597a (patch) | |
tree | 43cc71a014eafe1308912667c42bbb2924f67451 /gtk/gtkdroptarget.h | |
parent | 515f39f161d73e4e58fcb58ed330db11c3bc8642 (diff) | |
download | gtk+-a1c5a806b3985b442d78506f0afae476567e597a.tar.gz |
Convert headers to #pragma once
The conversion was done by guard2one.
Diffstat (limited to 'gtk/gtkdroptarget.h')
-rw-r--r-- | gtk/gtkdroptarget.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkdroptarget.h b/gtk/gtkdroptarget.h index 12e652a533..1b0849d717 100644 --- a/gtk/gtkdroptarget.h +++ b/gtk/gtkdroptarget.h @@ -17,8 +17,7 @@ * Authors: Benjamin Otte <otte@gnome.org> */ -#ifndef __GTK_DROP_TARGET_H__ -#define __GTK_DROP_TARGET_H__ +#pragma once #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) @@ -86,4 +85,3 @@ void gtk_drop_target_reject (GtkDropTarget G_END_DECLS -#endif /* __GTK_DROP_TARGET_H__ */ |