Return-Path: From: Santiago Carot-Nemesio To: linux-bluetooth@vger.kernel.org Cc: Santiago Carot-Nemesio Subject: [PATCH 2/4] mcap_sync.c: Fix include paths Date: Wed, 14 Dec 2011 11:11:50 +0100 Message-Id: <1323857512-5626-2-git-send-email-sancane@gmail.com> In-Reply-To: <1323857512-5626-1-git-send-email-sancane@gmail.com> References: <1323857512-5626-1-git-send-email-sancane@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- health/mcap_sync.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/health/mcap_sync.c b/health/mcap_sync.c index 5545cea..e2d7715 100644 --- a/health/mcap_sync.c +++ b/health/mcap_sync.c @@ -28,8 +28,8 @@ #include #include #include -#include "../src/adapter.h" -#include "../src/manager.h" +#include +#include #include #include "config.h" -- 1.7.8