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

Commit beb634b5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents ded20a06 0775cd14
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"