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

Commit 6a809346 authored by Hui Peng's avatar Hui Peng Committed by Gerrit Code Review
Browse files

Merge "[Invisalign] include local headers by file name" into main

parents 4174e2a0 f355a582
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@
#include <base/strings/string_number_conversions.h>

#include "check.h"
#include "stack/crypto_toolbox/aes.h"
#include "stack/crypto_toolbox/crypto_toolbox.h"
#include "aes.h"
#include "crypto_toolbox.h"
#include "stack/include/bt_octets.h"

namespace crypto_toolbox {
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@
 * limitations under the License.
 */

#include "stack/crypto_toolbox/crypto_toolbox.h"
#include "crypto_toolbox.h"

#include <base/logging.h>
#include <base/strings/string_number_conversions.h>

#include <algorithm>

#include "stack/crypto_toolbox/aes.h"
#include "aes.h"
#include "stack/include/bt_octets.h"

using base::HexEncode;
+2 −2
Original line number Diff line number Diff line
@@ -35,8 +35,8 @@
#include "stack/include/btm_log_history.h"
#include "stack/include/l2c_api.h"
#include "stack/include/smp_api_types.h"
#include "stack/smp/p_256_ecc_pp.h"
#include "stack/smp/smp_int.h"
#include "p_256_ecc_pp.h"
#include "smp_int.h"
#include "types/raw_address.h"

namespace {