Attempt to remove some includes

This commit is contained in:
Nekotekina 2014-08-22 18:21:55 +04:00
parent a169c5bcac
commit 5abd3fabfa
43 changed files with 359 additions and 362 deletions

View file

@ -1,5 +1,7 @@
#include "stdafx.h"
#include "AutoPause.h"
#include "Utilities/Log.h"
#include "Emu/System.h"
using namespace Debug;

View file

@ -1,7 +1,4 @@
#pragma once
#include "Utilities/Log.h"
#include "Utilities/rFile.h"
#include "Emu/System.h"
//Regarded as a Debugger Enchantment
namespace Debug {

View file

@ -1,7 +1,5 @@
#pragma once
#include "Utilities/GNU.h"
#include <algorithm>
using std::min;

View file

@ -7,9 +7,9 @@
#endif
#ifdef _WIN32
#define noinline __declspec(noinline)
#define __noinline __declspec(noinline)
#else
#define noinline __attribute__((noinline))
#define __noinline __attribute__((noinline))
#endif
template<size_t size>

View file

@ -1,6 +1,7 @@
#include "stdafx.h"
#include "rPlatform.h"
#include "Log.h"
#include "rMsgBox.h"
#include <iostream>
#include <string>
#include <cinttypes>

View file

@ -1,4 +1,5 @@
#include "stdafx.h"
#include "Log.h"
#include <wx/dir.h>
#ifdef _WIN32

View file

@ -1,4 +1,5 @@
#include "stdafx.h"
#include "rMsgBox.h"
#ifndef QT_UI
rMessageDialog::rMessageDialog(void *parent, const std::string& msg, const std::string& title , long style )

View file

@ -1,4 +1,5 @@
#include "stdafx.h"
#include "rTime.h"
#include <wx/datetime.h>