mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Fixes include order of TextureConversionShader.cpp
This commit is contained in:
parent
2e70ff2441
commit
25341f88ef
1 changed files with 1 additions and 1 deletions
|
@ -9,12 +9,12 @@
|
|||
#include <xlocale.h>
|
||||
#endif
|
||||
|
||||
#include "Common/MathUtil.h"
|
||||
#include "VideoCommon/BPMemory.h"
|
||||
#include "VideoCommon/RenderBase.h"
|
||||
#include "VideoCommon/TextureConversionShader.h"
|
||||
#include "VideoCommon/TextureDecoder.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
#include "Common/MathUtil.h"
|
||||
|
||||
#define WRITE p+=sprintf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue