Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b944c4a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "legacy: Canonicalize include stack/test/rfcomm/stack_rfcomm_test" am:...

Merge "legacy: Canonicalize include stack/test/rfcomm/stack_rfcomm_test" am: beb634b5 am: 6a3d1022 am: 1f58345d

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1817426

Change-Id: I0b5bda1d37049a7a86b81ba6063ebb2c1839d80b
parents b662aac5 1f58345d
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -20,15 +20,15 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>

#include "btm_api.h"
#include "l2c_api.h"
#include "osi/include/allocator.h"
#include "port_api.h"

#include "rfc_int.h"

#include "mock_btm_layer.h"
#include "mock_l2cap_layer.h"
#include "osi/include/allocator.h"
#include "osi/include/log.h"
#include "osi/include/osi.h"
#include "stack/include/btm_api.h"
#include "stack/include/l2c_api.h"
#include "stack/include/port_api.h"
#include "stack/rfcomm/rfc_int.h"
#include "stack_rfcomm_test_utils.h"
#include "stack_test_packet_utils.h"