diff options
author | vvvv <[email protected]> | 2024-11-03 01:25:03 +0300 |
---|---|---|
committer | vvvv <[email protected]> | 2024-11-03 01:34:36 +0300 |
commit | 91ad4d5672563da0f1a92c648414adb27905dafe (patch) | |
tree | 81bf246c784cd7a02075a8837d18bf73253ae6ae /yql/essentials/tools/sql2yql/sql2yql.cpp | |
parent | c2859fd279d6f460881911637b04622f7b76b1c2 (diff) |
Moved yql/parser (w/o pg_wrapper) & yql/protos YQL-19206
init
commit_hash:71603ddfc208bf4ab1691d886ac35f22c107e3ee
Diffstat (limited to 'yql/essentials/tools/sql2yql/sql2yql.cpp')
-rw-r--r-- | yql/essentials/tools/sql2yql/sql2yql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/tools/sql2yql/sql2yql.cpp b/yql/essentials/tools/sql2yql/sql2yql.cpp index 31925812bb6..efbb4258beb 100644 --- a/yql/essentials/tools/sql2yql/sql2yql.cpp +++ b/yql/essentials/tools/sql2yql/sql2yql.cpp @@ -2,7 +2,7 @@ #include <contrib/ydb/library/yql/ast/yql_ast_annotation.h> #include <contrib/ydb/library/yql/ast/yql_expr.h> -#include <contrib/ydb/library/yql/parser/lexer_common/hints.h> +#include <yql/essentials/parser/lexer_common/hints.h> #include <contrib/ydb/library/yql/sql/sql.h> #include <contrib/ydb/library/yql/providers/common/provider/yql_provider_names.h> |