Remove double include for windows.h

This commit is contained in:
2025-08-21 20:20:34 +02:00
parent f5c7092551
commit f3476be306

View File

@@ -34,9 +34,6 @@ Stele, firleju, szociu, hunter, ZiomalCl, OLI_EU and others
void export_e3d_standalone(std::string in, std::string out, int flags, bool dynamic);
#ifdef WITHDUMPGEN
#include <windows.h>
#include <dbghelp.h>
#include <ctime>
#include <string>
#include <sstream>