Deleted some doubled #includes.

This commit is contained in:
adrian17 2013-09-27 21:38:07 +02:00
parent d8adf95b24
commit 5f86bc44d4
17 changed files with 0 additions and 28 deletions

View file

@ -15,7 +15,6 @@
// Official SVN repository and contact information can be found at // Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // http://code.google.com/p/dolphin-emu/
#include "Common.h"
#include "x64Emitter.h" #include "x64Emitter.h"
#include "ABI.h" #include "ABI.h"

View file

@ -15,7 +15,6 @@
// Official SVN repository and contact information can be found at // Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // http://code.google.com/p/dolphin-emu/
#include "Common.h"
#include "ArmEmitter.h" #include "ArmEmitter.h"
#include "ArmABI.h" #include "ArmABI.h"

View file

@ -15,7 +15,6 @@
// Official SVN repository and contact information can be found at // Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // http://code.google.com/p/dolphin-emu/
#include "Common.h"
#include "ArmEmitter.h" #include "ArmEmitter.h"
#include "CPUDetect.h" #include "CPUDetect.h"

View file

@ -15,9 +15,6 @@
// Official SVN repository and contact information can be found at // Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // http://code.google.com/p/dolphin-emu/
#include <map>
#include "Common.h"
#include "MemoryUtil.h" #include "MemoryUtil.h"
#include "Thunk.h" #include "Thunk.h"

View file

@ -28,9 +28,7 @@
// - Serialization code for anything complex has to be manually written. // - Serialization code for anything complex has to be manually written.
#include <map> #include <map>
#include <vector>
#include <deque> #include <deque>
#include <string>
#include <list> #include <list>
#include <set> #include <set>
#ifndef __SYMBIAN32__ #ifndef __SYMBIAN32__

View file

@ -18,7 +18,6 @@
#include <algorithm> // min #include <algorithm> // min
#include <string> // System: To be able to add strings with "+" #include <string> // System: To be able to add strings with "+"
#include <stdio.h>
#include <math.h> #include <math.h>
#ifdef _WIN32 #ifdef _WIN32
#include "CommonWindows.h" #include "CommonWindows.h"
@ -30,7 +29,6 @@
#include "thread/threadutil.h" #include "thread/threadutil.h"
#include "util/text/utf8.h" #include "util/text/utf8.h"
#include "Common.h" #include "Common.h"
#include "LogManager.h" // Common
#include "ConsoleListener.h" // Common #include "ConsoleListener.h" // Common
#include "Atomics.h" #include "Atomics.h"

View file

@ -15,7 +15,6 @@
// Official SVN repository and contact information can be found at // Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // http://code.google.com/p/dolphin-emu/
#include "Common.h"
#include "CommonPaths.h" #include "CommonPaths.h"
#include "FileUtil.h" #include "FileUtil.h"
#include "StringUtils.h" #include "StringUtils.h"
@ -43,7 +42,6 @@
#include "util/text/utf8.h" #include "util/text/utf8.h"
#include <fstream>
#include <sys/stat.h> #include <sys/stat.h>
#ifndef S_ISDIR #ifndef S_ISDIR

View file

@ -22,7 +22,6 @@
#include <cstdio> #include <cstdio>
#include <string> #include <string>
#include <vector> #include <vector>
#include <string.h>
#include <time.h> #include <time.h>
#include "Common.h" #include "Common.h"

View file

@ -21,7 +21,6 @@
#include "LogManager.h" #include "LogManager.h"
#include "ConsoleListener.h" #include "ConsoleListener.h"
#include "Timer.h" #include "Timer.h"
#include "Thread.h"
#include "FileUtil.h" #include "FileUtil.h"
#include "../Core/Config.h" #include "../Core/Config.h"
#ifdef __SYMBIAN32__ #ifdef __SYMBIAN32__

View file

@ -24,7 +24,6 @@
#include "file/ini_file.h" #include "file/ini_file.h"
#include <set> #include <set>
#include <string.h>
#define MAX_MESSAGES 8000 #define MAX_MESSAGES 8000
#define MAX_MSGLEN 1024 #define MAX_MSGLEN 1024

View file

@ -32,7 +32,6 @@
#include <sys/mman.h> #include <sys/mman.h>
#endif #endif
#include <stdlib.h>
#if !defined(_WIN32) && defined(__x86_64__) && !defined(MAP_32BIT) #if !defined(_WIN32) && defined(__x86_64__) && !defined(MAP_32BIT)

View file

@ -16,7 +16,6 @@
// http://code.google.com/p/dolphin-emu/ // http://code.google.com/p/dolphin-emu/
#include <stdio.h> // System
#include "Common.h" // Local #include "Common.h" // Local
#include "StringUtils.h" #include "StringUtils.h"

View file

@ -15,10 +15,6 @@
// Official SVN repository and contact information can be found at // Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // http://code.google.com/p/dolphin-emu/
#include <stdlib.h>
#include <stdio.h>
#include "Common.h"
#include "CommonPaths.h" #include "CommonPaths.h"
#include "StringUtils.h" #include "StringUtils.h"

View file

@ -19,7 +19,6 @@
#define _THREAD_H_ #define _THREAD_H_
#include "StdThread.h" #include "StdThread.h"
#include "StdMutex.h"
#include "StdConditionVariable.h" #include "StdConditionVariable.h"
// Don't include common.h here as it will break LogManager // Don't include common.h here as it will break LogManager

View file

@ -15,10 +15,6 @@
// Official SVN repository and contact information can be found at // Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // http://code.google.com/p/dolphin-emu/
#include <map>
#include "Common.h"
#include "x64Emitter.h"
#include "MemoryUtil.h" #include "MemoryUtil.h"
#include "ABI.h" #include "ABI.h"
#include "Thunk.h" #include "Thunk.h"

View file

@ -25,7 +25,6 @@
#include <sys/time.h> #include <sys/time.h>
#endif #endif
#include "Common.h"
#include "Timer.h" #include "Timer.h"
#include "StringUtils.h" #include "StringUtils.h"

View file

@ -15,7 +15,6 @@
// Official SVN repository and contact information can be found at // Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // http://code.google.com/p/dolphin-emu/
#include "Common.h"
#include "x64Emitter.h" #include "x64Emitter.h"
#include "ABI.h" #include "ABI.h"
#include "CPUDetect.h" #include "CPUDetect.h"