Global: Reduce includes of common headers.

In many places, string, map, or Common.h were included but not needed.
This commit is contained in:
Unknown W. Brackets 2022-01-30 15:49:02 -08:00
parent 3df6cb704f
commit 2479d52202
162 changed files with 144 additions and 185 deletions

View file

@ -15,10 +15,9 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#if defined(_WIN32)
#include <algorithm>
#include "Common/CommonWindows.h"
#endif
#include <TimeUtil.h>
#include "Common/TimeUtil.h"
#include "Common/Data/Text/I18n.h"
#include "Common/Serialize/Serializer.h"
#include "Common/Serialize/SerializeFuncs.h"