Decouple <vector>

This commit is contained in:
Martin Natano
2023-04-21 22:13:41 +02:00
parent aa87f85eef
commit bacecae1f7
422 changed files with 2326 additions and 1295 deletions
+14 -13
View File
@@ -2,19 +2,6 @@
#include "CrashHandlerInternal.h"
#include "Crash.h"
#include <cerrno>
#include <cstddef>
#include <cstdint>
#include <windows.h>
#include <commctrl.h>
#include "archutils/Win32/ddk/dbghelp.h"
#include <io.h>
#if defined(HAVE_FCNTL_H)
#include <fcntl.h>
#endif
#include <shellapi.h>
#include "arch/ArchHooks/ArchHooks.h"
#include "archutils/Win32/WindowsResources.h"
#include "archutils/Win32/DialogUtil.h"
@@ -32,6 +19,20 @@
#include "RageFileDriverDeflate.h"
#include "ver.h"
#include <cerrno>
#include <cstddef>
#include <cstdint>
#include <vector>
#include <windows.h>
#include <commctrl.h>
#include "archutils/Win32/ddk/dbghelp.h"
#include <io.h>
#if defined(HAVE_FCNTL_H)
#include <fcntl.h>
#endif
#include <shellapi.h>
#pragma comment(lib, "dbghelp.lib")
// XXX: What happens when we *don't* have version info? Does that ever actually happen?