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

@ -2,8 +2,6 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "VideoCommon/VideoBackendBase.h"
// TODO: ugly
#ifdef _WIN32
#include "VideoBackends/D3D/VideoBackend.h"
@ -11,6 +9,8 @@
#include "VideoBackends/OGL/VideoBackend.h"
#include "VideoBackends/Software/VideoBackend.h"
#include "VideoCommon/VideoBackendBase.h"
std::vector<VideoBackend*> g_available_video_backends;
VideoBackend* g_video_backend = NULL;
static VideoBackend* s_default_backend = NULL;