mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #144 from Parlane/fix_include_order
Fixes include order of TextureConversionShader.cpp
This commit is contained in:
commit
0ea58cddf9
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