aboutsummaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2010-12-19 13:25:51 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-12-19 13:25:51 +0200
commit4efb97bdae52e601dfcf1627e39d1e652457c53c (patch)
tree5c1b2172817b8405dc8ec2931c562295b830855c /input
parent2eb9e5052780e8d06a90197068d189cab121efb3 (diff)
downloadbluez-4efb97bdae52e601dfcf1627e39d1e652457c53c.tar.gz
Add manager_foreach_adapter()
Ultimately manager_get_adapters shouldn't be needed at all. By introducing manager_foreach_adapter most instances can be removed.
Diffstat (limited to 'input')
-rw-r--r--input/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/device.c b/input/device.c
index d53eda50..d735028f 100644
--- a/input/device.c
+++ b/input/device.c
@@ -47,9 +47,9 @@
#include "uinput.h"
#include "../src/storage.h"
+#include "../src/adapter.h"
#include "../src/manager.h"
#include "../src/dbus-common.h"
-#include "adapter.h"
#include "../src/device.h"
#include "device.h"