From 7db707a60f2b89224935efd564962adfdf186bb8 Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Thu, 6 May 2021 12:50:49 -0700 Subject: [PATCH] Canonically include crypto in stack/gatt/gatt_sr_hash There are 2 cryptos in this project Bug: 163134718 Test: gd/cert/run Tag: #refactor Change-Id: I2795f034d1d06d8e65645c22aec6dcaff2f5885e --- stack/gatt/gatt_sr_hash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/gatt/gatt_sr_hash.cc b/stack/gatt/gatt_sr_hash.cc index b5aa68aab..c664d1435 100644 --- a/stack/gatt/gatt_sr_hash.cc +++ b/stack/gatt/gatt_sr_hash.cc @@ -19,8 +19,8 @@ #include #include -#include "crypto_toolbox/crypto_toolbox.h" #include "gatt_int.h" +#include "stack/crypto_toolbox/crypto_toolbox.h" using bluetooth::Uuid; -- 2.11.0