From 2a9d9f2de4f7ec791933093069890067a457afb0 Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Fri, 10 Sep 2021 23:05:47 -0700 Subject: legacy: Explicitly include types/raw_address Bug: 197478351 Tag: #refactor Test: gd/cert/run Change-Id: I6eedcf3455ab278094a2e4e47f8cede84d96fd25 --- system/common/metrics.cc | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'system/common/metrics.cc') diff --git a/system/common/metrics.cc b/system/common/metrics.cc index 9214dcbded..0aa440a1dd 100644 --- a/system/common/metrics.cc +++ b/system/common/metrics.cc @@ -16,7 +16,14 @@ * ******************************************************************************/ +#include "metrics.h" + +#include +#include +#include +#include #include + #include #include #include @@ -26,20 +33,14 @@ #include #include -#include -#include -#include -#include - -#include "bluetooth/metrics/bluetooth.pb.h" -#include "osi/include/osi.h" -#include "stack/include/btm_api_types.h" - #include "address_obfuscator.h" +#include "bluetooth/metrics/bluetooth.pb.h" #include "leaky_bonded_queue.h" #include "metric_id_allocator.h" -#include "metrics.h" +#include "osi/include/osi.h" +#include "stack/include/btm_api_types.h" #include "time_util.h" +#include "types/raw_address.h" namespace bluetooth { -- cgit v1.2.3-59-g8ed1b