aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLeandro Libanio <leandro.libanio@libaniol.com>2025-06-03 08:55:38 -0300
committerGitHub <noreply@github.com>2025-06-03 08:55:38 -0300
commit0f5e30783cd3b13ff41a2e57f68795e02502c27c (patch)
tree3c4db6970ce3329ef6c229b4dbf2b36507f9e895 /src
parente6b086e78d2b8619fccd86108b4725d3d2de4a59 (diff)
Update check_expr.cpp
Removing iostream
Diffstat (limited to 'src')
-rw-r--r--src/check_expr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp
index a60eaaf3d..d4c173adc 100644
--- a/src/check_expr.cpp
+++ b/src/check_expr.cpp
@@ -1,5 +1,3 @@
-#include <iostream>
-
enum CallArgumentError {
CallArgumentError_None,
CallArgumentError_NoneProcedureType,