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

Commit b7723213 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 am: 7b944c4a am: 7f5089c0

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

Change-Id: I462ba0f1ec91db6cc81d976aae79afab4df3dd36
parents 80b77ef4 7f5089c0
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"