[libgnomeui] Fix the build with ATK_DISABLE_SINGLE_INCLUDES
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgnomeui] Fix the build with ATK_DISABLE_SINGLE_INCLUDES
- Date: Sat, 3 Oct 2009 22:29:32 +0000 (UTC)
commit 83ca911d36a491bcc81c8e8f822c16fc7d003ecf
Author: Christian Persch <chpe gnome org>
Date: Sun Oct 4 00:24:28 2009 +0200
Fix the build with ATK_DISABLE_SINGLE_INCLUDES
libgnomeui/libgnomeui-access.c | 1 -
libgnomeui/libgnomeui-access.h | 5 +----
2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/libgnomeui/libgnomeui-access.c b/libgnomeui/libgnomeui-access.c
index 8e369eb..c1ffba0 100644
--- a/libgnomeui/libgnomeui-access.c
+++ b/libgnomeui/libgnomeui-access.c
@@ -21,7 +21,6 @@
*/
#include <config.h>
#include <gtk/gtk.h>
-#include <atk/atkrelationset.h>
#include "libgnomeui-access.h"
static gint is_gail_loaded (GtkWidget *widget);
diff --git a/libgnomeui/libgnomeui-access.h b/libgnomeui/libgnomeui-access.h
index 5bbefbf..1182364 100644
--- a/libgnomeui/libgnomeui-access.h
+++ b/libgnomeui/libgnomeui-access.h
@@ -24,10 +24,7 @@
#define __LIBGNOMEUI_ACCESS_H__
#include <glib-object.h>
-#include <atk/atkobject.h>
-#include <atk/atkregistry.h>
-#include <atk/atkrelationset.h>
-#include <atk/atkobjectfactory.h>
+#include <atk/atk.h>
#include <gtk/gtk.h>
void _add_atk_name_desc (GtkWidget *widget, gchar *name, gchar *desc);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]