From 002ebbe3a8e4e84ce9cbd64d08d2ea726efcff19 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Mon, 11 May 2015 14:29:01 +0100 Subject: [PATCH] replace inclusion of GapScanningParams with a forward declaration. --- public/Gap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/Gap.h b/public/Gap.h index e1dde5b..994a17f 100644 --- a/public/Gap.h +++ b/public/Gap.h @@ -19,12 +19,13 @@ #include "GapAdvertisingData.h" #include "GapAdvertisingParams.h" -#include "GapScanningParams.h" #include "GapEvents.h" #include "CallChain.h" using namespace mbed; +class GapScanningParams; /* forward declaration */ + class Gap { public: enum AddressType_t {