summaryrefslogtreecommitdiff
path: root/system/common/metrics.cc
diff options
context:
space:
mode:
Diffstat (limited to 'system/common/metrics.cc')
-rw-r--r--system/common/metrics.cc21
1 files changed, 11 insertions, 10 deletions
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 <base/base64.h>
+#include <base/logging.h>
+#include <include/hardware/bt_av.h>
+#include <statslog.h>
#include <unistd.h>
+
#include <algorithm>
#include <array>
#include <cerrno>
@@ -26,20 +33,14 @@
#include <memory>
#include <mutex>
-#include <base/base64.h>
-#include <base/logging.h>
-#include <include/hardware/bt_av.h>
-#include <statslog.h>
-
-#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 {