From 392048e133857f97fb3237a446fbe41fc0da1727 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Tue, 5 Aug 2025 23:23:25 +0200 Subject: [PATCH] Removed no longer needed regex include from Util.h --- source/Enderal DLL/src/Util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Enderal DLL/src/Util.h b/source/Enderal DLL/src/Util.h index 5cfd64908..ffca6b87f 100644 --- a/source/Enderal DLL/src/Util.h +++ b/source/Enderal DLL/src/Util.h @@ -2,7 +2,6 @@ #include "CheckInvalidForms.h" #include -#include inline const SKSE::LoadInterface* GetLoadInterface(const SKSE::LoadInterface* loadInterface = nullptr) {