Cleanup and move sysinfo.h -> util/sysinfo.hpp

This commit is contained in:
Nekotekina 2020-12-18 12:55:54 +03:00
parent 05099e2ae1
commit db9b7db531
24 changed files with 63 additions and 56 deletions

View file

@ -4,7 +4,6 @@
#include "Emu/Memory/vm_reservation.h"
#include "Emu/system_config.h"
#include "PPUThread.h"
#include "Utilities/sysinfo.h"
#include "Emu/Cell/Common.h"
#include "Emu/Cell/PPUFunction.h"
@ -13,6 +12,7 @@
#include "util/asm.hpp"
#include "util/v128.hpp"
#include "util/sysinfo.hpp"
#if !defined(_MSC_VER) && defined(__clang__)
#pragma GCC diagnostic push