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
+4 -2
View File
@@ -3,6 +3,10 @@
#include "RageThreads.h"
#include "RageLog.h"
#include <cerrno>
#include <cstddef>
#include <vector>
#if defined(HAVE_FCNTL_H)
#include <fcntl.h>
#endif
@@ -12,8 +16,6 @@
#if defined(HAVE_SYS_TYPES_H)
#include <sys/types.h>
#endif
#include <cerrno>
#include <cstddef>
#if defined(WIN32)
#include <io.h>
#endif