]> Pileus Git - ~andy/gtk/blobdiff - gtk/a11y/gtktogglebuttonaccessible.h
Remove a no-op AtkAction from GtkRange
[~andy/gtk] / gtk / a11y / gtktogglebuttonaccessible.h
index 67ab56ee2a41d3ac3be81bd277c3eff067555d00..6aef7712e11d7a2da7c62c55331849f9a93860c7 100644 (file)
@@ -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
 #ifndef __GTK_TOGGLE_BUTTON_ACCESSIBLE_H__
 #define __GTK_TOGGLE_BUTTON_ACCESSIBLE_H__
 
-#include "gtkbuttonaccessible.h"
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
+#include <gtk/a11y/gtkbuttonaccessible.h>
 
 G_BEGIN_DECLS