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

Commit 9b48e834 authored by Chris Manton's avatar Chris Manton
Browse files

stack::fuzzers: IWYU and remove unused

Bug: 317217435
Test: m .
Flag: EXEMPT, IWYU

Change-Id: Id75bfba5a68bb726d95dff3a3b0a0e2eb4913c96
parent 909b13f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@


#include <cstdint>
#include <cstdint>
#include <functional>
#include <functional>
#include <string>
#include <optional>
#include <vector>
#include <vector>


#include "osi/include/allocator.h"
#include "osi/include/allocator.h"
+0 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,6 @@


#include <cstdint>
#include <cstdint>
#include <functional>
#include <functional>
#include <string>
#include <vector>
#include <vector>


#include "osi/include/allocator.h"
#include "osi/include/allocator.h"
+16 −0
Original line number Original line Diff line number Diff line
/*
 * Copyright 2023 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#include <base/location.h>
#include <base/location.h>
#include <fuzzer/FuzzedDataProvider.h>
#include <fuzzer/FuzzedDataProvider.h>


+0 −5
Original line number Original line Diff line number Diff line
@@ -18,15 +18,11 @@


#include <cstdint>
#include <cstdint>
#include <functional>
#include <functional>
#include <string>
#include <vector>
#include <vector>


#include "osi/include/allocator.h"
#include "osi/include/allocator.h"
#include "stack/btm/btm_int_types.h"
#include "stack/include/bt_hdr.h"
#include "stack/include/bt_hdr.h"
#include "stack/include/sdpdefs.h"
#include "stack/include/smp_api.h"
#include "stack/include/smp_api.h"
#include "stack/smp/p_256_ecc_pp.h"
#include "stack/smp/smp_int.h"
#include "stack/smp/smp_int.h"
#include "test/fake/fake_osi.h"
#include "test/fake/fake_osi.h"
#include "test/mock/mock_btif_config.h"
#include "test/mock/mock_btif_config.h"
@@ -34,7 +30,6 @@
#include "test/mock/mock_stack_btm_dev.h"
#include "test/mock/mock_stack_btm_dev.h"
#include "test/mock/mock_stack_l2cap_api.h"
#include "test/mock/mock_stack_l2cap_api.h"
#include "test/mock/mock_stack_l2cap_ble.h"
#include "test/mock/mock_stack_l2cap_ble.h"
#include "types/bluetooth/uuid.h"


namespace {
namespace {