diff options
Diffstat (limited to 'stack/rfcomm')
-rw-r--r-- | stack/rfcomm/port_api.c | 2 | ||||
-rw-r--r-- | stack/rfcomm/rfc_l2cap_if.c | 2 | ||||
-rw-r--r-- | stack/rfcomm/rfc_ts_frames.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/stack/rfcomm/port_api.c b/stack/rfcomm/port_api.c index bfd68bd3d..f1225c0d5 100644 --- a/stack/rfcomm/port_api.c +++ b/stack/rfcomm/port_api.c @@ -24,7 +24,7 @@ #include <string.h> #include "bt_target.h" -#include "counter.h" +#include "btcore/include/counter.h" #include "gki.h" #include "rfcdefs.h" #include "port_api.h" diff --git a/stack/rfcomm/rfc_l2cap_if.c b/stack/rfcomm/rfc_l2cap_if.c index 3207a0345..ffcbfe94d 100644 --- a/stack/rfcomm/rfc_l2cap_if.c +++ b/stack/rfcomm/rfc_l2cap_if.c @@ -23,7 +23,7 @@ ******************************************************************************/ #include "bt_target.h" -#include "counter.h" +#include "btcore/include/counter.h" #include "gki.h" #include "rfcdefs.h" diff --git a/stack/rfcomm/rfc_ts_frames.c b/stack/rfcomm/rfc_ts_frames.c index 5addf4ad8..11fbae8c1 100644 --- a/stack/rfcomm/rfc_ts_frames.c +++ b/stack/rfcomm/rfc_ts_frames.c @@ -22,7 +22,7 @@ * ******************************************************************************/ #include "bt_target.h" -#include "counter.h" +#include "btcore/include/counter.h" #include "gki.h" #include "rfcdefs.h" #include "port_api.h" |