mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Add a few missing include guards
This commit is contained in:
parent
619aeb643f
commit
95d76d0132
@ -20,6 +20,10 @@
|
||||
#ifndef __GTK_APPLICATION_WINDOW_H__
|
||||
#define __GTK_APPLICATION_WINDOW_H__
|
||||
|
||||
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkwindow.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -22,6 +22,10 @@
|
||||
#ifndef __GTK_STACK_H__
|
||||
#define __GTK_STACK_H__
|
||||
|
||||
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkcontainer.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -20,6 +20,10 @@
|
||||
#ifndef __GTK_STACK_SWITCHER_H__
|
||||
#define __GTK_STACK_SWITCHER_H__
|
||||
|
||||
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkbox.h>
|
||||
#include <gtk/gtkstack.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user