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

@@ -19,6 +19,7 @@
#include <cstring>
#include "ext/xxhash.h"
#include "Common/Common.h"
#include "Common/Data/Convert/ColorConv.h"
#include "Common/Data/Text/I18n.h"
#include "Common/Math/math_util.h"