From 39210af3e59c929cba6de2d39ef1c32835f6388b Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Thu, 29 May 2025 11:04:36 +0200 Subject: Move to VCPKG (#2068) * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls. --- src/spawn.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/spawn.cpp') diff --git a/src/spawn.cpp b/src/spawn.cpp index 3b00e2b3..aad1e1cc 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -23,19 +23,18 @@ along with Mod Organizer. If not, see . #include "envmodule.h" #include "envsecurity.h" #include "envwindows.h" -#include "report.h" #include "settings.h" #include "settingsdialogworkarounds.h" #include "shared/appconfig.h" #include "shared/windows_error.h" -#include "utility.h" #include #include #include #include -#include -#include -#include +#include +#include +#include +#include #include using namespace MOBase; -- cgit v1.3.1