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

Commit 0775cd14 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Canonicalize include stack/test/rfcomm/stack_rfcomm_test

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: I014120a3c969460426bcfaddcf8b32f36c579a48
parent c0f5c1f5
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"