replace inclusion of GapScanningParams with a forward declaration.
This commit is contained in:
parent
ad8c79ae0e
commit
002ebbe3a8
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue