aboutsummaryrefslogtreecommitdiffstats
path: root/a11y
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-28 23:12:08 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:21 +0800
commitf043e3c748ad0a6e622b4b37ec990b06770ed75e (patch)
tree568d4cda01a5580f5838dacdfe550f1acc806e96 /a11y
parent7132d0f0c2b8494b3962792cd77ce3fcb5313687 (diff)
downloadgsoc2013-evolution-f043e3c748ad0a6e622b4b37ec990b06770ed75e.tar.gz
gsoc2013-evolution-f043e3c748ad0a6e622b4b37ec990b06770ed75e.tar.zst
gsoc2013-evolution-f043e3c748ad0a6e622b4b37ec990b06770ed75e.zip
Including <glib-object.h> directly is rarely needed.
Diffstat (limited to 'a11y')
-rw-r--r--a11y/ea-factory.h1
-rw-r--r--a11y/gal-a11y-factory.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/a11y/ea-factory.h b/a11y/ea-factory.h
index b806d5207d..b156b3b4b2 100644
--- a/a11y/ea-factory.h
+++ b/a11y/ea-factory.h
@@ -27,7 +27,6 @@
#ifndef _EA_FACTORY_H__
#define _EA_FACTORY_H__
-#include <glib-object.h>
#include <atk/atkobject.h>
#define EA_FACTORY_PARTA_GOBJECT(type, type_as_function, opt_create_accessible) \
diff --git a/a11y/gal-a11y-factory.h b/a11y/gal-a11y-factory.h
index 678689c2a4..b5df8539b6 100644
--- a/a11y/gal-a11y-factory.h
+++ b/a11y/gal-a11y-factory.h
@@ -25,7 +25,6 @@
#ifndef _GAL_A11Y_FACTORY_H__
#define _GAL_A11Y_FACTORY_H__
-#include <glib-object.h>
#include <atk/atkobject.h>
#include <atk/atkobjectfactory.h>