diff options
author | monsta <[email protected]> | 2017-03-07 22:16:31 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-03-07 22:16:31 +0300 |
commit | a11f72eee66b3dc244313a5cd0fc20fd7a1530ad (patch) | |
tree | 44b7e9d802f15ba8f78b3653e4d075454fdf7f7c /src/gpm-control.c | |
parent | af42e80e56a7ca9a0843457dae28e9d78121b6b9 (diff) | |
download | mate-power-manager-a11f72eee66b3dc244313a5cd0fc20fd7a1530ad.tar.bz2 mate-power-manager-a11f72eee66b3dc244313a5cd0fc20fd7a1530ad.tar.xz |
remove some unused dbus-glib includes
Diffstat (limited to 'src/gpm-control.c')
-rw-r--r-- | src/gpm-control.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpm-control.c b/src/gpm-control.c index d394d93..d9adb56 100644 --- a/src/gpm-control.c +++ b/src/gpm-control.c @@ -37,8 +37,6 @@ #endif /* HAVE_UNISTD_H */ #include <glib/gi18n.h> -#include <dbus/dbus-glib.h> -#include <dbus/dbus-glib-lowlevel.h> #define UPOWER_ENABLE_DEPRECATED #include <libupower-glib/upower.h> |