diff options
| author | mvel <[email protected]> | 2022-02-10 16:45:41 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:41 +0300 |
| commit | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (patch) | |
| tree | e98df59de24d2ef7c77baed9f41e4875a2fef972 /util/string/hex.h | |
| parent | bd30392c4cc92487950adc375c07adf52da1d592 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/string/hex.h')
| -rw-r--r-- | util/string/hex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/string/hex.h b/util/string/hex.h index c4605c60872..af3d2d528fa 100644 --- a/util/string/hex.h +++ b/util/string/hex.h @@ -1,7 +1,7 @@ #pragma once #include <util/generic/string.h> -#include <util/generic/yexception.h> +#include <util/generic/yexception.h> #include <util/system/yassert.h> inline static char DigitToChar(unsigned char digit) { |
