aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme/scimpl_json_write.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/scheme/scimpl_json_write.cpp')
-rw-r--r--library/cpp/scheme/scimpl_json_write.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/scheme/scimpl_json_write.cpp b/library/cpp/scheme/scimpl_json_write.cpp
index aadd7e6cd5..d785ab3107 100644
--- a/library/cpp/scheme/scimpl_json_write.cpp
+++ b/library/cpp/scheme/scimpl_json_write.cpp
@@ -2,7 +2,7 @@
#include "scimpl_private.h"
#include <library/cpp/json/json_prettifier.h>
-#include <library/cpp/string_utils/relaxed_escaper/relaxed_escaper.h>
+#include <library/cpp/string_utils/relaxed_escaper/relaxed_escaper.h>
#include <util/charset/utf8.h>
#include <util/generic/algorithm.h>