diff options
author | ironpeter <ironpeter@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
commit | edee5b99e1eec042f46725b89dcd81ea7e41d663 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/shmat.h | |
parent | ff97837ecc5972a00cb395483d8856566738375c (diff) | |
download | ydb-edee5b99e1eec042f46725b89dcd81ea7e41d663.tar.gz |
Restoring authorship annotation for <ironpeter@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/shmat.h')
-rw-r--r-- | util/system/shmat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/shmat.h b/util/system/shmat.h index a2d289a9fd..d9da3c151a 100644 --- a/util/system/shmat.h +++ b/util/system/shmat.h @@ -3,7 +3,7 @@ #include "fhandle.h" #include <util/generic/ptr.h> -#include <util/generic/guid.h> +#include <util/generic/guid.h> class TSharedMemory: public TThrRefBase { TGUID Id; |