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 16:35:33 -08:00
parent 3df6cb704f
commit 2479d52202
162 changed files with 144 additions and 185 deletions
+1
View File
@@ -2,6 +2,7 @@
#include "Common/System/Display.h"
#include "Common/GPU/OpenGL/GLFeatures.h"
#include "Common/Log.h"
#include "Core/Config.h"
#include "Core/ConfigValues.h"
#include "Core/System.h"