From 4abeb5f8a6ad77b32496f3e8b20e1fd1b6f428fb Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Fri, 18 Apr 2025 07:54:40 +0000
Subject: [PATCH] function checking

---
 src/Symbols/Value.hpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/Symbols/Value.hpp b/src/Symbols/Value.hpp
index a0ff38b..fe202ea 100644
--- a/src/Symbols/Value.hpp
+++ b/src/Symbols/Value.hpp
@@ -2,12 +2,11 @@
 #define SYMBOL_VALUE_HPP
 
 #include <algorithm>
-#include <iostream>
 #include <stdexcept>
 #include <string>
 #include <variant>
 
-#include "Symbols/VariableTypes.hpp"
+#include "VariableTypes.hpp"
 
 namespace Symbols {
 

--
Gitblit v1.9.3