X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fa11y%2Fgtkentryaccessible.h;h=1624fdf409a1901cf30489e38eff39f51980cd5e;hb=c6fbdb67f3dc86cf49f2ac5ac8c072f4e586fd29;hp=17cdf73f4d89c0700e344fda9481135d737542c8;hpb=e4b5e94eb9500a83769771e6132f9abb08badb32;p=~andy%2Fgtk diff --git a/gtk/a11y/gtkentryaccessible.h b/gtk/a11y/gtkentryaccessible.h index 17cdf73f4..1624fdf40 100644 --- a/gtk/a11y/gtkentryaccessible.h +++ b/gtk/a11y/gtkentryaccessible.h @@ -1,4 +1,4 @@ -/* GAIL - The GNOME Accessibility Implementation Library +/* GTK+ - accessibility implementations * Copyright 2001 Sun Microsystems Inc. * * This library is free software; you can redistribute it and/or @@ -18,7 +18,11 @@ #ifndef __GTK_ENTRY_ACCESSIBLE_H__ #define __GTK_ENTRY_ACCESSIBLE_H__ -#include "gtkwidgetaccessible.h" +#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif + +#include G_BEGIN_DECLS