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

Commit 6a3d1022 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: beb634b5

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

Change-Id: If1c86d026b0c7bbdf559584436f86b7b7e6bc415
parents 374879e3 beb634b5
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"