]> Pileus Git - ~andy/gtk/blobdiff - gtk/a11y/gtklockbuttonaccessible.h
tests: workarounds to keep treeview scrolling tests running
[~andy/gtk] / gtk / a11y / gtklockbuttonaccessible.h
index 8af23caae6e7eb58a8856e9a415bfce6e1c42f77..326d077c28eb168b63364973480a5a3f5f081fa4 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_LOCK_BUTTON_ACCESSIBLE_H__
 #define __GTK_LOCK_BUTTON_ACCESSIBLE_H__
 
-#include "gtkbuttonaccessible.h"
-#include "gtk/gtklockbutton.h"
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
+#include <gtk/gtk.h>
+#include <gtk/a11y/gtkbuttonaccessible.h>
 
 G_BEGIN_DECLS