summaryrefslogtreecommitdiffstats
path: root/api/direct_bt/GATTHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/direct_bt/GATTHandler.hpp')
-rw-r--r--api/direct_bt/GATTHandler.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/direct_bt/GATTHandler.hpp b/api/direct_bt/GATTHandler.hpp
index 198846c3..ce694eb3 100644
--- a/api/direct_bt/GATTHandler.hpp
+++ b/api/direct_bt/GATTHandler.hpp
@@ -38,7 +38,6 @@
#include "UUID.hpp"
#include "BTTypes.hpp"
-#include "DBTTypes.hpp"
#include "L2CAPComm.hpp"
#include "ATTPDUTypes.hpp"
#include "GATTTypes.hpp"
@@ -53,6 +52,8 @@
namespace direct_bt {
+ class DBTDevice; // forward
+
typedef std::shared_ptr<GATTCharacterisicsDecl> GATTCharacterisicsDeclRef;
class GATTNotificationListener {