add back fused gui log classes, this needs to be redone another way

also, add back wx requirement for strfmt
This commit is contained in:
Peter Tissen 2014-06-08 23:02:20 +02:00
parent 10e10de98d
commit ed10ea7544
12 changed files with 332 additions and 333 deletions

View file

@ -291,17 +291,16 @@ enum Status
#include "Utilities/IdManager.h"
#include "Utilities/StrFmt.h"
#include "rpcs3/Ini.h"
#include "Gui/FrameBase.h"
#include "Gui/ConLogFrame.h"
#include "Emu/ConLog.h"
#include "Emu/DbgConsole.h"
#include "rpcs3/Ini.h"
#include "Emu/Memory/Memory.h"
#include "Emu/System.h"
#include "Emu/SysCalls/Callback.h"
#include "Emu/DbgCommand.h"
//#ifdef wxGUI
#include "Gui/FrameBase.h"
#include "Gui/DbgFrame.h"
#include "Gui/ConLogFrame.h"
//#endif
#include "Emu/Cell/PPUThread.h"
#include "Emu/SysCalls/SC_FUNC.h"