diff options
author | vvvv <[email protected]> | 2024-11-07 12:29:36 +0300 |
---|---|---|
committer | vvvv <[email protected]> | 2024-11-07 13:49:47 +0300 |
commit | d4c258e9431675bab6745c8638df6e3dfd4dca6b (patch) | |
tree | b5efcfa11351152a4c872fccaea35749141c0b11 /yql/essentials/tools/sql_formatter/sql_formatter.cpp | |
parent | 13a4f274caef5cfdaf0263b24e4d6bdd5521472b (diff) |
Moved other yql/essentials libs YQL-19206
init
commit_hash:7d4c435602078407bbf20dd3c32f9c90d2bbcbc0
Diffstat (limited to 'yql/essentials/tools/sql_formatter/sql_formatter.cpp')
-rw-r--r-- | yql/essentials/tools/sql_formatter/sql_formatter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/tools/sql_formatter/sql_formatter.cpp b/yql/essentials/tools/sql_formatter/sql_formatter.cpp index 820afff807b..e5182cd1f01 100644 --- a/yql/essentials/tools/sql_formatter/sql_formatter.cpp +++ b/yql/essentials/tools/sql_formatter/sql_formatter.cpp @@ -1,4 +1,4 @@ -#include <contrib/ydb/library/yql/sql/v1/format/sql_format.h> +#include <yql/essentials/sql/v1/format/sql_format.h> #include <library/cpp/getopt/last_getopt.h> #include <google/protobuf/arena.h> |