diff options
author | kimkim <[email protected]> | 2022-02-10 16:49:28 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:28 +0300 |
commit | 10807864acf73d00f425a23b442aac2cf34403a8 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/containers/str_map | |
parent | 13f84424ed9975f6827d9786087c6fe6ea265cda (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/containers/str_map')
-rw-r--r-- | library/cpp/containers/str_map/str_map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/containers/str_map/str_map.h b/library/cpp/containers/str_map/str_map.h index 58b365d5bd0..31b00d1b997 100644 --- a/library/cpp/containers/str_map/str_map.h +++ b/library/cpp/containers/str_map/str_map.h @@ -1,8 +1,8 @@ #pragma once #include <util/memory/segmented_string_pool.h> -#include <util/generic/map.h> -#include <util/generic/hash.h> +#include <util/generic/map.h> +#include <util/generic/hash.h> #include <util/generic/buffer.h> #include <util/str_stl.h> // less<> and equal_to<> for const char* #include <utility> |