mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
Use #pragma once
We switched over to using #pragma once, so lets use it consistently, in generated headers as well.
This commit is contained in:
parent
383c404792
commit
d7b9d35c02
@ -19,8 +19,7 @@
|
||||
#error "Only <gdk/gdk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __GDK_VERSION_MACROS_H__
|
||||
#define __GDK_VERSION_MACROS_H__
|
||||
#pragma once
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
@ -145,5 +144,3 @@
|
||||
#endif
|
||||
|
||||
#include <gdk/version/gdk-visibility.h>
|
||||
|
||||
#endif /* __GDK_VERSION_MACROS_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user