mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
stdafx: move out some uncommon includes
This commit is contained in:
parent
59d0b1da4e
commit
ab7a45aede
12 changed files with 205 additions and 203 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#include "rpcs3/Ini.h"
|
||||
|
||||
class FrameBase : public wxFrame
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
#include "Utilities/Log.h"
|
||||
#include "Gui/ConLogFrame.h"
|
||||
#include "Emu/Memory/Memory.h"
|
||||
#include "Emu/System.h"
|
||||
#include "rpcs3.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "Gui/Debugger.h"
|
||||
#include "Gui/ConLogFrame.h"
|
||||
|
||||
#include <wx/aui/aui.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue