summaryrefslogtreecommitdiff
path: root/src/up-device.h
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2014-07-14 08:16:06 +0300
committerRichard Hughes <richard@hughsie.com>2014-07-14 19:34:46 +0100
commit9a2b2633095fb901fc1931ab0c600392d68bb3b4 (patch)
treebb4c1ff39c34b1547fe0d000dbb2c27e3bb8af26 /src/up-device.h
parentd1bb06985fb30a9dfd4c2eb423ac19540445b9e4 (diff)
downloadupower-9a2b2633095fb901fc1931ab0c600392d68bb3b4.tar.gz
Remove polkit dependency
With the removal of the suspend/hibernate code, there's no longer a need for upower to depend on polkit. This patch removes the old polkit code. Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'src/up-device.h')
-rw-r--r--src/up-device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/up-device.h b/src/up-device.h
index 34acf8c..53415e7 100644
--- a/src/up-device.h
+++ b/src/up-device.h
@@ -23,7 +23,6 @@
#define __UP_DEVICE_H__
#include <glib-object.h>
-#include <polkit/polkit.h>
#include <dbus/dbus-glib.h>
#include "up-daemon.h"