Replace utils::popcnt32 with std::popcount

Cleanup includes.
This commit is contained in:
Nekotekina 2020-04-13 21:58:17 +03:00
parent 032e7c0491
commit f72af2973d
5 changed files with 2 additions and 22 deletions

View file

@ -1,7 +1,6 @@
#include "stdafx.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "Utilities/asm.h"
#include "Emu/Cell/SPUThread.h"
#include "Emu/Cell/lv2/sys_lwmutex.h"
#include "Emu/Cell/lv2/sys_lwcond.h"