aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/hmac_key_manager.h
diff options
context:
space:
mode:
authorwiktorg <wiktorg@google.com>2020-03-26 01:56:07 -0700
committerCopybara-Service <copybara-worker@google.com>2020-03-26 01:56:37 -0700
commit59e04a67f79300c38ec15fa7210040de135a6b78 (patch)
treeb29289d65f66e86d0fb3dd04febf66ffda634a3d /cc/mac/hmac_key_manager.h
parentd6c53a78db07d0839f3a1d3854382c4e605b1bb9 (diff)
downloadtink-59e04a67f79300c38ec15fa7210040de135a6b78.tar.gz
Include What You Use fixes
PiperOrigin-RevId: 303065985
Diffstat (limited to 'cc/mac/hmac_key_manager.h')
-rw-r--r--cc/mac/hmac_key_manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/mac/hmac_key_manager.h b/cc/mac/hmac_key_manager.h
index 03ccdb934..922df4511 100644
--- a/cc/mac/hmac_key_manager.h
+++ b/cc/mac/hmac_key_manager.h
@@ -16,10 +16,10 @@
#ifndef TINK_MAC_HMAC_KEY_MANAGER_H_
#define TINK_MAC_HMAC_KEY_MANAGER_H_
-#include <algorithm>
-#include <vector>
+#include <string>
-#include "absl/strings/string_view.h"
+#include "absl/memory/memory.h"
+#include "absl/strings/str_cat.h"
#include "tink/core/key_type_manager.h"
#include "tink/mac.h"
#include "tink/subtle/hmac_boringssl.h"