Skip to content

Commit 8719fa8

Browse files
rdemellowdaverigby
authored andcommitted
Clang-tidy: scram-sha.cc
Change-Id: I24946f26958111859b89a95eabdb95df83af93af Reviewed-on: http://review.couchbase.org/c/kv_engine/+/155748 Reviewed-by: Trond Norbye <[email protected]> Tested-by: Build Bot <[email protected]>
1 parent 0198c3f commit 8719fa8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cbsasl/scram-sha/scram-sha.cc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,14 @@
1818
#include <platform/base64.h>
1919
#include <platform/random.h>
2020
#include <platform/string_hex.h>
21-
#include <cstring>
22-
#include <iomanip>
23-
#include <iostream>
2421
#include <map>
2522
#include <memory>
26-
#include <set>
2723
#include <sstream>
2824
#include <string>
2925

3026
namespace cb::sasl::mechanism::scram {
3127

32-
typedef std::map<char, std::string> AttributeMap;
28+
using AttributeMap = std::map<char, std::string>;
3329

3430
/**
3531
* Decode the attribute list into a set. The attribute list looks like:

0 commit comments

Comments
 (0)