Fix more header sorting issues in VideoCommon/ (now check-includes clean).

This commit is contained in:
Pierre Bourdon 2014-02-19 02:27:20 +01:00
parent 6847a0fc0c
commit ffe588cc24
16 changed files with 30 additions and 42 deletions

View file

@ -15,18 +15,14 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
#include "Common.h"
//#include "VideoCommon.h" // to get debug logs
#include "CPUDetect.h"
#include "TextureDecoder.h"
#include "VideoConfig.h"
#include "LookUpTables.h"
#include <cmath>
#include "Common/Common.h"
#include "Common/CPUDetect.h"
#include "VideoCommon/LookUpTables.h"
#include "VideoCommon/TextureDecoder.h"
//#include "VideoCommon/VideoCommon.h" // to get debug logs
#include "VideoCommon/VideoConfig.h"
bool TexFmt_Overlay_Enable=false;
bool TexFmt_Overlay_Center=false;