From d7cd4947b37a168034e9fca2501d98553fdcc137 Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Mon, 14 Apr 2025 19:49:49 +0000
Subject: [PATCH] refactor phase1

---
 include/BaseFunction.hpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/BaseFunction.hpp b/include/BaseFunction.hpp
similarity index 98%
rename from src/BaseFunction.hpp
rename to include/BaseFunction.hpp
index 9038dbc..3cedf31 100644
--- a/src/BaseFunction.hpp
+++ b/include/BaseFunction.hpp
@@ -2,7 +2,6 @@
 #define SCRIPT_FUNCTION_HPP
 
 #include <functional>
-#include <stdexcept>
 #include <unordered_map>
 #include <utility>
 #include <vector>

--
Gitblit v1.9.3