From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Szymon Janc To: CC: Szymon Janc Subject: [PATCH 06/10] SAP: Remove not needed includes Date: Fri, 25 May 2012 16:20:58 +0200 Message-ID: <1337955662-19016-6-git-send-email-szymon.janc@tieto.com> In-Reply-To: <1337955662-19016-1-git-send-email-szymon.janc@tieto.com> References: <1337955662-19016-1-git-send-email-szymon.janc@tieto.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- sap/manager.c | 10 ---------- sap/server.c | 3 --- 2 files changed, 13 deletions(-) diff --git a/sap/manager.c b/sap/manager.c index a97f434..9fa9c56 100644 --- a/sap/manager.c +++ b/sap/manager.c @@ -22,18 +22,8 @@ #include #endif -#include - -#include -#include -#include -#include - -#include - #include "log.h" #include "adapter.h" -#include "device.h" #include "manager.h" #include "server.h" diff --git a/sap/server.c b/sap/server.c index 85c4b82..aedbc60 100644 --- a/sap/server.c +++ b/sap/server.c @@ -28,11 +28,8 @@ #include #endif -#include #include #include -#include -#include #include #include -- on behalf of ST-Ericsson