Add single-include guards to a11y headers

More preparation for installing these headers.
This commit is contained in:
Matthias Clasen
2012-10-30 11:39:38 -04:00
parent 07a00d5939
commit c3577c66e5
44 changed files with 176 additions and 0 deletions

View File

@ -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_ENTRY_ACCESSIBLE_H__
#define __GTK_ENTRY_ACCESSIBLE_H__