diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-26 11:43:51 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-26 11:43:51 +0200 |
commit | 978342ab9d2a5175ff9a8e5469abdea75ed1442a (patch) | |
tree | a5237b2eacfa2dd5cd631166308cd9da7300a46d /src/agent.c | |
parent | ad0f427712ed463b7c36c2472664eedd91c94344 (diff) | |
parent | 166c0e6f19b0a8cecd58d09701402b5fb8ae46d0 (diff) |
Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-clone
Diffstat (limited to 'src/agent.c')
-rw-r--r-- | src/agent.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/agent.c b/src/agent.c index f0a6a44d..feb2b9cf 100644 --- a/src/agent.c +++ b/src/agent.c @@ -35,17 +35,13 @@ #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> #include <bluetooth/hci_lib.h> -#include <bluetooth/sdp.h> #include <glib.h> #include <dbus/dbus.h> #include <gdbus.h> #include "hcid.h" -#include "dbus-common.h" -#include "error.h" #include "adapter.h" -#include "dbus-hci.h" #include "device.h" #include "agent.h" |