Decouple <vector>

This commit is contained in:
Martin Natano
2023-04-20 19:02:13 +02:00
parent aa87f85eef
commit bacecae1f7
422 changed files with 2326 additions and 1295 deletions
@@ -5,6 +5,10 @@
#include "LinuxInputManager.h"
#include "GamePreferences.h" //needed for Axis Fix
#include <cerrno>
#include <cstdint>
#include <vector>
#if defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif
@@ -13,8 +17,6 @@
#include <fcntl.h>
#endif
#include <cerrno>
#include <cstdint>
#include <sys/types.h>
#include <sys/stat.h>
#include <linux/input.h>