Skip to content
Snippets Groups Projects
Commit 94bc4ddd authored by Ondřej Štorc's avatar Ondřej Štorc
Browse files

cli: Remove includes to old parser

parent d912785f
No related branches found
No related tags found
1 merge request!256Parser replacement with ANTLR
......@@ -16,7 +16,6 @@
#include <abstraction/OperationAbstraction.hpp>
#include <abstraction/ValueHolder.hpp>
#include <ast/command/CommandResult.h>
#include <lexer/CharSequence.h>
 
#include <abstraction/TemporariesHolder.h>
 
......
#include "TestLine.hpp"
#include "parser/Parser2.h"
 
#include <lexer/Lexer.h>
#include <parser/Parser.h>
#include <readline/StringLineInterface.h>
 
#include <ext/exception>
......
......@@ -14,7 +14,6 @@
#include "AqlTest.hpp"
#include "common/ResultInterpret.h"
#include "global/GlobalData.h"
#include "parser/Parser.h"
#include "readline/IstreamLineInterface.h"
#include "readline/StringLineInterface.h"
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment