Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #144 from Parlane/fix_include_order
Fixes include order of TextureConversionShader.cpp
  • Loading branch information
delroth committed Mar 9, 2014
2 parents d1610cf + 25341f8 commit 0ea58cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/TextureConversionShader.cpp
Expand Up @@ -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

Expand Down

0 comments on commit 0ea58cd

Please sign in to comment.