header shuffling

This commit is contained in:
RipleyTom
2019-06-21 13:33:32 +02:00
committed by Megamouse
parent 8debdfcd09
commit 2040a11585
7 changed files with 29 additions and 23 deletions
+1 -13
View File
@@ -1,20 +1,8 @@
#pragma once
#include "stdafx.h"
#include "Emu/System.h"
#include "Emu/RSX/GSRender.h"
#include "Emu/RSX/Null/NullGSRender.h"
#include "Emu/RSX/GL/GLGSRender.h"
#ifdef _MSC_VER
#include "Emu/RSX/D3D12/D3D12GSRender.h"
#endif
#if defined(_WIN32) || defined(HAVE_VULKAN)
#include "Emu/RSX/VK/VKGSRender.h"
#endif
#include <QWindow>
#include "Emu/System.h"
class main_application
{