OSDN Git Service

Canonically include crypto in stack/gatt/gatt_sr_hash
authorChris Manton <cmanton@google.com>
Thu, 6 May 2021 19:50:49 +0000 (12:50 -0700)
committerChris Manton <cmanton@google.com>
Thu, 6 May 2021 20:50:23 +0000 (13:50 -0700)
There are 2 cryptos in this project

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

Change-Id: I2795f034d1d06d8e65645c22aec6dcaff2f5885e

stack/gatt/gatt_sr_hash.cc

index b5aa68a..c664d14 100644 (file)
@@ -19,8 +19,8 @@
 #include <base/strings/string_number_conversions.h>
 #include <list>
 
-#include "crypto_toolbox/crypto_toolbox.h"
 #include "gatt_int.h"
+#include "stack/crypto_toolbox/crypto_toolbox.h"
 
 using bluetooth::Uuid;