Reporting: Fix some header includes.
Particularly in Common, avoid including Core/Reporting.h.
This commit is contained in:
parent
ec309d55ab
commit
49f6c461ad
48 changed files with 20 additions and 50 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "Common/Data/Collections/TinySet.h"
|
||||
#include "Common/Data/Convert/ColorConv.h"
|
||||
#include "Common/Data/Text/I18n.h"
|
||||
#include "Common/LogReporting.h"
|
||||
#include "Common/Math/lin/matrix4x4.h"
|
||||
#include "Common/Math/math_util.h"
|
||||
#include "Common/System/Display.h"
|
||||
|
@ -37,7 +38,6 @@
|
|||
#include "Core/Debugger/MemBlockInfo.h"
|
||||
#include "Core/Host.h"
|
||||
#include "Core/MIPS/MIPS.h"
|
||||
#include "Core/Reporting.h"
|
||||
#include "GPU/Common/DrawEngineCommon.h"
|
||||
#include "GPU/Common/FramebufferManagerCommon.h"
|
||||
#include "GPU/Common/PostShader.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue