From dd9265ac78b56c378bc7ca47920be9d9d93392b7 Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Mon, 13 Jun 2011 15:04:33 +0200 Subject: Remove unnecessary #includes --- src/modules/bluetooth/bluetooth-util.c | 2 ++ src/modules/bluetooth/bluetooth-util.h | 2 -- src/modules/bluetooth/module-bluetooth-device.c | 1 - src/modules/bluetooth/module-bluetooth-discover.c | 2 -- 4 files changed, 2 insertions(+), 5 deletions(-) (limited to 'src/modules/bluetooth') diff --git a/src/modules/bluetooth/bluetooth-util.c b/src/modules/bluetooth/bluetooth-util.c index 597a39d0..b24fe7a3 100644 --- a/src/modules/bluetooth/bluetooth-util.c +++ b/src/modules/bluetooth/bluetooth-util.c @@ -23,6 +23,8 @@ #include #endif +#include + #include #include #include diff --git a/src/modules/bluetooth/bluetooth-util.h b/src/modules/bluetooth/bluetooth-util.h index 2054f6e7..248ca47d 100644 --- a/src/modules/bluetooth/bluetooth-util.h +++ b/src/modules/bluetooth/bluetooth-util.h @@ -25,9 +25,7 @@ #include #include -#include #include -#include #define PA_BLUETOOTH_ERROR_NOT_SUPPORTED "org.bluez.Error.NotSupported" diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c index 0639afd6..288ad2fd 100644 --- a/src/modules/bluetooth/module-bluetooth-device.c +++ b/src/modules/bluetooth/module-bluetooth-device.c @@ -48,7 +48,6 @@ #include #include #include -#include #include "module-bluetooth-device-symdef.h" #include "ipc.h" diff --git a/src/modules/bluetooth/module-bluetooth-discover.c b/src/modules/bluetooth/module-bluetooth-discover.c index fc68fcde..7b27f6bb 100644 --- a/src/modules/bluetooth/module-bluetooth-discover.c +++ b/src/modules/bluetooth/module-bluetooth-discover.c @@ -25,14 +25,12 @@ #include #include -#include #include #include #include #include #include -#include #include #include -- cgit