mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Add single-include guard
This commit is contained in:
parent
690af10d65
commit
becb5057fc
@ -28,6 +28,10 @@
|
||||
* Modified by the GTK+ Team, 2008-2009.
|
||||
*/
|
||||
|
||||
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __GTK_INFO_BAR_H__
|
||||
#define __GTK_INFO_BAR_H__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user