summaryrefslogtreecommitdiffstats
path: root/library/cpp/json/fast_sax
diff options
context:
space:
mode:
authorcerevra <[email protected]>2022-02-10 16:45:58 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:58 +0300
commitbf41dd01f6c920583e9faae7cd55ed25e547e052 (patch)
treeec7c8c285ffa648a5c5efeff453787a15ab811ac /library/cpp/json/fast_sax
parente2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json/fast_sax')
-rw-r--r--library/cpp/json/fast_sax/parser.h2
-rw-r--r--library/cpp/json/fast_sax/parser.rl64
-rw-r--r--library/cpp/json/fast_sax/ya.make2
3 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/json/fast_sax/parser.h b/library/cpp/json/fast_sax/parser.h
index b5f031dd9eb..68f24815c13 100644
--- a/library/cpp/json/fast_sax/parser.h
+++ b/library/cpp/json/fast_sax/parser.h
@@ -1,6 +1,6 @@
#pragma once
-#include <library/cpp/json/common/defs.h>
+#include <library/cpp/json/common/defs.h>
namespace NJson {
bool ReadJsonFast(TStringBuf in, TJsonCallbacks* callbacks);
diff --git a/library/cpp/json/fast_sax/parser.rl6 b/library/cpp/json/fast_sax/parser.rl6
index edb4e9ee1b3..e4dbc704dd2 100644
--- a/library/cpp/json/fast_sax/parser.rl6
+++ b/library/cpp/json/fast_sax/parser.rl6
@@ -1,5 +1,5 @@
-#include <library/cpp/json/fast_sax/unescape.h>
-#include <library/cpp/json/fast_sax/parser.h>
+#include <library/cpp/json/fast_sax/unescape.h>
+#include <library/cpp/json/fast_sax/parser.h>
#include <util/string/cast.h>
#include <util/generic/buffer.h>
diff --git a/library/cpp/json/fast_sax/ya.make b/library/cpp/json/fast_sax/ya.make
index c6447ab6acc..260fef079e0 100644
--- a/library/cpp/json/fast_sax/ya.make
+++ b/library/cpp/json/fast_sax/ya.make
@@ -6,7 +6,7 @@ OWNER(
)
PEERDIR(
- library/cpp/json/common
+ library/cpp/json/common
)
SRCS(