Andrew Fox / BLE_API

Fork of BLE_API by Bluetooth Low Energy

Revision:
645:21ae925832f7
Parent:
635:ac6647669ef7
Child:
659:5fc41956cbd0
--- a/common/BLEDeviceInstanceBase.h	Fri Jun 19 15:52:58 2015 +0100
+++ b/common/BLEDeviceInstanceBase.h	Fri Jun 19 15:52:58 2015 +0100
@@ -18,8 +18,10 @@
 #define __BLE_DEVICE_INSTANCE_BASE__
 
 #include "Gap.h"
-#include "GattServer.h"
-#include "GattClient.h"
+
+/* forward declarations */
+class GattServer;
+class GattClient;
 
 /**
  *  The interface for the transport object to be created by the target library's