diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-10-30 11:39:38 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-12-27 12:05:02 -0500 |
commit | c3577c66e57d8077b285c2f20e518398143735c2 (patch) | |
tree | 916de872e74da3896d1a5f864c85296c5728d7f7 /gtk/a11y/gtkframeaccessible.h | |
parent | 07a00d5939db8c7928d2f524158aa881267967a9 (diff) | |
download | gtk+-c3577c66e57d8077b285c2f20e518398143735c2.tar.gz |
Add single-include guards to a11y headers
More preparation for installing these headers.
Diffstat (limited to 'gtk/a11y/gtkframeaccessible.h')
-rw-r--r-- | gtk/a11y/gtkframeaccessible.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/a11y/gtkframeaccessible.h b/gtk/a11y/gtkframeaccessible.h index e82119e3f5..9d794b42db 100644 --- a/gtk/a11y/gtkframeaccessible.h +++ b/gtk/a11y/gtkframeaccessible.h @@ -15,6 +15,10 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ +#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk-a11y.h> can be included directly." +#endif + #ifndef __GTK_FRAME_ACCESSIBLE_H__ #define __GTK_FRAME_ACCESSIBLE_H__ |