diff options
author | Alejandro Piñeiro <apinheiro@igalia.com> | 2013-12-11 13:52:29 +0100 |
---|---|---|
committer | Alejandro Piñeiro <apinheiro@igalia.com> | 2013-12-11 13:54:19 +0100 |
commit | 8e41ac14d7290ca24806338f1a231111e96d3790 (patch) | |
tree | 4ec763ab738dc95bcc1bd5aec7f40e0b2a606c28 /atk/atktext.c | |
parent | 8e5f9acecdeddfba6bf52dd3eda224ec84fce528 (diff) | |
download | atk-8e41ac14d7290ca24806338f1a231111e96d3790.tar.gz |
Include atk-enum-types.h on atk.h
Also updating some atk includes to use atk.h
https://bugzilla.gnome.org/show_bug.cgi?id=652965
Diffstat (limited to 'atk/atktext.c')
-rwxr-xr-x | atk/atktext.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/atk/atktext.c b/atk/atktext.c index 309e4d7..b1ad02f 100755 --- a/atk/atktext.c +++ b/atk/atktext.c @@ -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> |