diff options
| author | wrg0ababd <[email protected]> | 2022-02-10 16:50:09 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:09 +0300 |
| commit | acf06d6a4c64527931d71ec4c979900f1ac82eb2 (patch) | |
| tree | 38cc79ed70daa02a0f0585367eeadf088f453f43 /library/cpp/deprecated/split | |
| parent | d61dc9100740438abc0b62605ff773e9f4e3c52e (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/deprecated/split')
| -rw-r--r-- | library/cpp/deprecated/split/split_iterator.h | 6 | ||||
| -rw-r--r-- | library/cpp/deprecated/split/ya.make | 20 |
2 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/deprecated/split/split_iterator.h b/library/cpp/deprecated/split/split_iterator.h index 0eacc29228e..06dd69f2757 100644 --- a/library/cpp/deprecated/split/split_iterator.h +++ b/library/cpp/deprecated/split/split_iterator.h @@ -1,9 +1,9 @@ #pragma once #include <library/cpp/deprecated/kmp/kmp.h> -#include <util/string/cast.h> -#include <util/string/util.h> -#include <util/string/builder.h> +#include <util/string/cast.h> +#include <util/string/util.h> +#include <util/string/builder.h> #include <util/system/yassert.h> #include <util/system/defaults.h> diff --git a/library/cpp/deprecated/split/ya.make b/library/cpp/deprecated/split/ya.make index 946e685ac82..95ce7fccab8 100644 --- a/library/cpp/deprecated/split/ya.make +++ b/library/cpp/deprecated/split/ya.make @@ -1,14 +1,14 @@ -LIBRARY() - -OWNER(wrg0ababd) - -SRCS( - delim_string_iter.cpp - split_iterator.cpp -) - +LIBRARY() + +OWNER(wrg0ababd) + +SRCS( + delim_string_iter.cpp + split_iterator.cpp +) + PEERDIR( library/cpp/deprecated/kmp ) -END() +END() |
