Removed no longer needed regex include from Util.h

This commit is contained in:
Eddoursul 2025-08-05 23:23:25 +02:00
parent 281f2a4f66
commit 392048e133

View File

@ -2,7 +2,6 @@
#include "CheckInvalidForms.h" #include "CheckInvalidForms.h"
#include <SimpleIni.h> #include <SimpleIni.h>
#include <regex>
inline const SKSE::LoadInterface* GetLoadInterface(const SKSE::LoadInterface* loadInterface = nullptr) inline const SKSE::LoadInterface* GetLoadInterface(const SKSE::LoadInterface* loadInterface = nullptr)
{ {