Skip to content
This repository

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Browse code

Merge pull request #144 from Parlane/fix_include_order

Fixes include order of TextureConversionShader.cpp
  • Loading branch information...
commit 0ea58cddf910cef48b1a08303831027b6ad01475 2 parents d1610cf + 25341f8
Pierre Bourdon authored
2  Source/Core/VideoCommon/TextureConversionShader.cpp
@@ -9,12 +9,12 @@
9 9
 	#include <xlocale.h>
10 10
 #endif
11 11
 
  12
+#include "Common/MathUtil.h"
12 13
 #include "VideoCommon/BPMemory.h"
13 14
 #include "VideoCommon/RenderBase.h"
14 15
 #include "VideoCommon/TextureConversionShader.h"
15 16
 #include "VideoCommon/TextureDecoder.h"
16 17
 #include "VideoCommon/VideoConfig.h"
17  
-#include "Common/MathUtil.h"
18 18
 
19 19
 #define WRITE p+=sprintf
20 20
 

0 notes on commit 0ea58cd

Please sign in to comment.
Something went wrong with that request. Please try again.