From 94bc4ddd5691d755cb8b256d1518219e85fe5c0b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20=C5=A0torc?= <storcond@fit.cvut.cz>
Date: Sat, 15 Apr 2023 16:11:10 +0200
Subject: [PATCH] cli: Remove includes to old parser

---
 alib2cli/src/environment/Environment.h    | 1 -
 alib2cli/test-src/cli/common/TestLine.cpp | 3 ---
 tests/testing/TimeoutAqlTest.cpp          | 1 -
 3 files changed, 5 deletions(-)

diff --git a/alib2cli/src/environment/Environment.h b/alib2cli/src/environment/Environment.h
index 763b3db126..fdf4594be5 100644
--- a/alib2cli/src/environment/Environment.h
+++ b/alib2cli/src/environment/Environment.h
@@ -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>
 
diff --git a/alib2cli/test-src/cli/common/TestLine.cpp b/alib2cli/test-src/cli/common/TestLine.cpp
index 62cdd0ab02..1efd8fcc33 100644
--- a/alib2cli/test-src/cli/common/TestLine.cpp
+++ b/alib2cli/test-src/cli/common/TestLine.cpp
@@ -1,9 +1,6 @@
 #include "TestLine.hpp"
 #include "parser/Parser2.h"
 
-#include <lexer/Lexer.h>
-#include <parser/Parser.h>
-
 #include <readline/StringLineInterface.h>
 
 #include <ext/exception>
diff --git a/tests/testing/TimeoutAqlTest.cpp b/tests/testing/TimeoutAqlTest.cpp
index 4f6be743c7..519729e9cb 100644
--- a/tests/testing/TimeoutAqlTest.cpp
+++ b/tests/testing/TimeoutAqlTest.cpp
@@ -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"
 
-- 
GitLab