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/gtkprinteroption.h | |
parent | 515f39f161d73e4e58fcb58ed330db11c3bc8642 (diff) | |
download | gtk+-a1c5a806b3985b442d78506f0afae476567e597a.tar.gz |
Convert headers to #pragma once
The conversion was done by guard2one.
Diffstat (limited to 'gtk/gtkprinteroption.h')
-rw-r--r-- | gtk/gtkprinteroption.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkprinteroption.h b/gtk/gtkprinteroption.h index 8a1111e503..0578e30ebb 100644 --- a/gtk/gtkprinteroption.h +++ b/gtk/gtkprinteroption.h @@ -16,8 +16,7 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __GTK_PRINTER_OPTION_H__ -#define __GTK_PRINTER_OPTION_H__ +#pragma once /* This is a "semi-private" header; it is meant only for * alternate GtkPrintDialog backend modules; no stability guarantees @@ -126,6 +125,5 @@ gboolean gtk_printer_option_get_activates_default (GtkPrinterOption G_END_DECLS -#endif /* __GTK_PRINTER_OPTION_H__ */ |