From c3577c66e57d8077b285c2f20e518398143735c2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 30 Oct 2012 11:39:38 -0400 Subject: Add single-include guards to a11y headers More preparation for installing these headers. --- gtk/a11y/gtkcellaccessibleparent.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk/a11y/gtkcellaccessibleparent.h') diff --git a/gtk/a11y/gtkcellaccessibleparent.h b/gtk/a11y/gtkcellaccessibleparent.h index 07a5b004d9..bef4f3680f 100644 --- a/gtk/a11y/gtkcellaccessibleparent.h +++ b/gtk/a11y/gtkcellaccessibleparent.h @@ -15,6 +15,10 @@ * License along with this library. If not, see . */ +#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif + #ifndef __GTK_CELL_ACCESSIBLE_PARENT_H__ #define __GTK_CELL_ACCESSIBLE_PARENT_H__ -- cgit v1.2.1