From: Alejandro PiƱeiro Date: Tue, 22 Mar 2011 11:20:29 +0000 (+0100) Subject: Remove not required dbus-glib includes X-Git-Tag: AT_SPI2_ATK_2_12_0~243 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdf9ff126130b97a32c516703b2e97281543eaf4;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git Remove not required dbus-glib includes --- diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c index 11ee047..f25f520 100644 --- a/atk-adaptor/bridge.c +++ b/atk-adaptor/bridge.c @@ -24,7 +24,6 @@ #define _GNU_SOURCE #include "config.h" -#include "dbus/dbus-glib-lowlevel.h" #include #include diff --git a/atk-adaptor/event.c b/atk-adaptor/event.c index 65881fe..c04247d 100644 --- a/atk-adaptor/event.c +++ b/atk-adaptor/event.c @@ -35,7 +35,6 @@ #include "common/spi-dbus.h" #include "event.h" #include "object.h" -#include "dbus/dbus-glib-lowlevel.h" static GArray *listener_ids = NULL;