summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-30 11:25:56 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-30 11:25:56 +0000
commit2d98228c553b6e0e9e1689221953eb83cb2c619e (patch)
tree55c184642c17e59d4a2be93807d1fd7ad43af55c /modules
parentdb60c705afbaef3e126794c933dd08279fdf496b (diff)
downloadgdk-pixbuf-2d98228c553b6e0e9e1689221953eb83cb2c619e.tar.gz
gailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.c
2008-05-30 Michael Natterer <mitch@imendio.com> * gailcellparent.h * gailfactory.h * tests/testnotebook.c * tests/testtext.c * tests/testtoplevel.c * tests/testvalues.c: include <atk/atk.h> instead of individual files from ATK. svn path=/trunk/; revision=20254
Diffstat (limited to 'modules')
-rw-r--r--modules/other/gail/ChangeLog10
-rw-r--r--modules/other/gail/gailcellparent.h3
-rw-r--r--modules/other/gail/gailfactory.h2
-rw-r--r--modules/other/gail/tests/testnotebook.c1
-rw-r--r--modules/other/gail/tests/testtext.c2
-rw-r--r--modules/other/gail/tests/testtoplevel.c1
-rw-r--r--modules/other/gail/tests/testvalues.c1
7 files changed, 13 insertions, 7 deletions
diff --git a/modules/other/gail/ChangeLog b/modules/other/gail/ChangeLog
index 4796a19a9..a4a653634 100644
--- a/modules/other/gail/ChangeLog
+++ b/modules/other/gail/ChangeLog
@@ -1,3 +1,13 @@
+2008-05-30 Michael Natterer <mitch@imendio.com>
+
+ * gailcellparent.h
+ * gailfactory.h
+ * tests/testnotebook.c
+ * tests/testtext.c
+ * tests/testtoplevel.c
+ * tests/testvalues.c: include <atk/atk.h> instead of individual
+ files from ATK.
+
2008-05-28 Michael Natterer <mitch@imendio.com>
* gailwidget.h: include <gtk/gtk.h> instead of
diff --git a/modules/other/gail/gailcellparent.h b/modules/other/gail/gailcellparent.h
index 1e2a43b40..ba750ef6e 100644
--- a/modules/other/gail/gailcellparent.h
+++ b/modules/other/gail/gailcellparent.h
@@ -21,8 +21,7 @@
#ifndef __GAIL_CELL_PARENT_H__
#define __GAIL_CELL_PARENT_H__
-#include <atk/atkobject.h>
-#include <atk/atkutil.h>
+#include <atk/atk.h>
#include <gail/gailcell.h>
G_BEGIN_DECLS
diff --git a/modules/other/gail/gailfactory.h b/modules/other/gail/gailfactory.h
index 453ccfd06..d9d222198 100644
--- a/modules/other/gail/gailfactory.h
+++ b/modules/other/gail/gailfactory.h
@@ -23,7 +23,7 @@
#define _GAIL_FACTORY_H__
#include <glib-object.h>
-#include <atk/atkobject.h>
+#include <atk/atk.h>
#define _GAIL_IMPLEMENT_FACTORY_CREATE_ACCESSIBLE(GAIL_TYPE, TYPE) \
{ \
diff --git a/modules/other/gail/tests/testnotebook.c b/modules/other/gail/tests/testnotebook.c
index 77d015b22..5cd716173 100644
--- a/modules/other/gail/tests/testnotebook.c
+++ b/modules/other/gail/tests/testnotebook.c
@@ -2,7 +2,6 @@
#include <glib.h>
#include <atk/atk.h>
-#include <atk/atkselection.h>
#include <gtk/gtk.h>
#include "testlib.h"
diff --git a/modules/other/gail/tests/testtext.c b/modules/other/gail/tests/testtext.c
index 6af191c9a..ddc272f06 100644
--- a/modules/other/gail/tests/testtext.c
+++ b/modules/other/gail/tests/testtext.c
@@ -1,4 +1,4 @@
-#include <atk/atkeditabletext.h>
+#include <atk/atk.h>
#include "testtextlib.h"
#define NUM_VALID_ROLES 6
diff --git a/modules/other/gail/tests/testtoplevel.c b/modules/other/gail/tests/testtoplevel.c
index fa27833dd..63addd065 100644
--- a/modules/other/gail/tests/testtoplevel.c
+++ b/modules/other/gail/tests/testtoplevel.c
@@ -1,5 +1,4 @@
#include <atk/atk.h>
-#include <atk/atkvalue.h>
#include <gtk/gtk.h>
#include "testlib.h"
diff --git a/modules/other/gail/tests/testvalues.c b/modules/other/gail/tests/testvalues.c
index fcb811970..611401966 100644
--- a/modules/other/gail/tests/testvalues.c
+++ b/modules/other/gail/tests/testvalues.c
@@ -1,6 +1,5 @@
#include <string.h>
#include <atk/atk.h>
-#include <atk/atkvalue.h>
#include <gtk/gtk.h>
static void _traverse_children (AtkObject *obj);