aboutsummaryrefslogtreecommitdiff
path: root/cc/key_manager.h
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2019-03-11 06:54:32 -0700
committerTink Team <noreply@google.com>2019-03-20 11:35:11 -0400
commit5df505b18cd604b49324610e086767e14178b50b (patch)
treef648c7dfb237c4ee3658f3e9875d9b73005e7fe5 /cc/key_manager.h
parenta89396a7119e00bd5dfaf85d5a6709e40d4aa1dd (diff)
downloadtink-5df505b18cd604b49324610e086767e14178b50b.tar.gz
Move the include guards for the key manager to the proper position.
PiperOrigin-RevId: 237792916 GitOrigin-RevId: 474e600885913655c574e9233b2386227e31c404
Diffstat (limited to 'cc/key_manager.h')
-rw-r--r--cc/key_manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/key_manager.h b/cc/key_manager.h
index 99e62a273..b486dd3bd 100644
--- a/cc/key_manager.h
+++ b/cc/key_manager.h
@@ -14,12 +14,12 @@
//
///////////////////////////////////////////////////////////////////////////////
-#include <algorithm>
-#include <vector>
-
#ifndef TINK_KEY_MANAGER_H_
#define TINK_KEY_MANAGER_H_
+#include <algorithm>
+#include <vector>
+
#include "absl/strings/string_view.h"
#include "tink/util/errors.h"
#include "tink/util/protobuf_helper.h"