Include atk-enum-types.h on atk.h
authorAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 11 Dec 2013 12:52:29 +0000 (13:52 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 11 Dec 2013 12:54:19 +0000 (13:54 +0100)
Also updating some atk includes to use atk.h

https://bugzilla.gnome.org/show_bug.cgi?id=652965

atk/atk.h
atk/atkobject.c
atk/atkrelation.c
atk/atkstate.c
atk/atktext.c

index f686212..0febcf8 100755 (executable)
--- a/atk/atk.h
+++ b/atk/atk.h
@@ -27,6 +27,7 @@
 #include <atk/atkcomponent.h>
 #include <atk/atkdocument.h>
 #include <atk/atkeditabletext.h>
+#include <atk/atk-enum-types.h>
 #include <atk/atkgobjectaccessible.h>
 #include <atk/atkhyperlink.h>
 #include <atk/atkhyperlinkimpl.h>
index cadf734..e034c91 100755 (executable)
@@ -32,7 +32,6 @@
 
 #include "atk.h"
 #include "atkmarshal.h"
-#include "atk-enum-types.h"
 #include "atkintl.h"
 
 /**
index b6ba50f..835d30c 100755 (executable)
@@ -19,9 +19,7 @@
 
 #include <string.h>
 #include <glib-object.h>
-#include "atkobject.h"
-#include "atkrelation.h"
-#include "atk-enum-types.h"
+#include "atk.h"
 
 /**
  * SECTION:atkrelation
index cd9c5fe..581b641 100755 (executable)
@@ -17,8 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include "atkstate.h"
-#include "atk-enum-types.h"
+#include "atk.h"
 
 #include <string.h>
 
index 309e4d7..b1ad02f 100755 (executable)
@@ -17,9 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include "atktext.h"
+#include "atk.h"
 #include "atkmarshal.h"
-#include "atk-enum-types.h"
 
 #include <string.h>