mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 23:08:47 +00:00
ShaderGenCommon: Remove unnecessary includes
This commit is contained in:
parent
543120c88e
commit
468f623d27
37 changed files with 75 additions and 54 deletions
|
@ -8,7 +8,8 @@
|
|||
#include <string>
|
||||
|
||||
#include "Common/Align.h"
|
||||
#include "Common/Common.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
#include "Common/StringUtil.h"
|
||||
|
||||
|
@ -18,7 +19,6 @@
|
|||
#include "VideoBackends/OGL/StreamBuffer.h"
|
||||
|
||||
#include "VideoCommon/Debugger.h"
|
||||
#include "VideoCommon/DriverDetails.h"
|
||||
#include "VideoCommon/GeometryShaderManager.h"
|
||||
#include "VideoCommon/ImageWrite.h"
|
||||
#include "VideoCommon/PixelShaderManager.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue