diff options
author | Ted Gould <ted@gould.cx> | 2011-01-07 10:23:39 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-07 10:23:39 -0600 |
commit | 55ae3fd12fae5dd33ad30704e85f053e29a3bf83 (patch) | |
tree | 529d9256ad69b6aaf936f54f1be129e5cb1e70de /libindicator/indicator-service.c | |
parent | 977ed233111f24e8ef2213d35ec86a6a3fdc981e (diff) | |
download | libayatana-indicator-55ae3fd12fae5dd33ad30704e85f053e29a3bf83.tar.gz libayatana-indicator-55ae3fd12fae5dd33ad30704e85f053e29a3bf83.tar.bz2 libayatana-indicator-55ae3fd12fae5dd33ad30704e85f053e29a3bf83.zip |
Removing the dbus-glib headers
Diffstat (limited to 'libindicator/indicator-service.c')
-rw-r--r-- | libindicator/indicator-service.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libindicator/indicator-service.c b/libindicator/indicator-service.c index e9005db..ed95559 100644 --- a/libindicator/indicator-service.c +++ b/libindicator/indicator-service.c @@ -24,8 +24,6 @@ License along with this library. If not, see #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include <dbus/dbus-glib-bindings.h> -#include <dbus/dbus-glib-lowlevel.h> #include "indicator-service.h" |