Merge pull request #1120 from rohit-n/muh-precompiled-headers

Fix build failing when disabling precompiled headers.
This commit is contained in:
Ryan Houdek
2014-09-19 17:43:42 -05:00
39 changed files with 50 additions and 11 deletions
+1
View File
@@ -9,6 +9,7 @@
#include "AudioCommon/SoundStream.h"
#include "Common/Event.h"
#include "Common/Thread.h"
#if defined(HAVE_AO) && HAVE_AO
#include <ao/ao.h>
+1 -1
View File
@@ -23,7 +23,7 @@
*/
#include "AudioCommon/aldlist.h"
#include "Common/CommonTypes.h"
#include "Common/Common.h"
#ifdef _WIN32
#include "../../../Externals/OpenAL/include/al.h"
#include "../../../Externals/OpenAL/include/alc.h"
+1 -1
View File
@@ -3,7 +3,7 @@
// Refer to the license.txt file included.
#include "Common/ColorUtil.h"
#include "Common/CommonTypes.h"
#include "Common/CommonFuncs.h"
namespace ColorUtil
{
+1 -1
View File
@@ -11,7 +11,7 @@
#include <ctime>
#include <string.h>
#include "Common/CommonTypes.h"
#include "Common/Common.h"
#include "Common/Crypto/bn.h"
#include "Common/Crypto/ec.h"
+1
View File
@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <algorithm>
#include "Common/CommonFuncs.h"
#include "Common/Hash.h"
#if _M_SSE >= 0x402
#include "Common/CPUDetect.h"
+1
View File
@@ -4,6 +4,7 @@
#include <cmath>
#include <cstring>
#include <limits>
#include <numeric>
#include "Common/CommonTypes.h"
+3
View File
@@ -6,8 +6,11 @@
#include <cstdlib>
#include <string>
#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"
#include "Common/MemoryUtil.h"
#include "Common/MsgHandler.h"
#include "Common/Logging/Log.h"
#ifdef _WIN32
#include <windows.h>
+2
View File
@@ -6,6 +6,8 @@
#include <cstring>
#include <errno.h>
#include "Common/CommonFuncs.h"
// Neither Android nor OS X support TLS
#if defined(__APPLE__) || (ANDROID && __clang__)
#define __thread
+1
View File
@@ -9,6 +9,7 @@
#include "Common/CommonTypes.h"
#include "Common/SymbolDB.h"
#include "Common/Logging/Log.h"
void SymbolDB::List()
{
+1
View File
@@ -2,6 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"
#include "Common/Thread.h"
+1
View File
@@ -12,6 +12,7 @@
#include <sys/ucontext.h> // Look in here for the context definition.
#endif
#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"
#include "Core/MemTools.h"
#include "Core/HW/Memmap.h"
+1 -1
View File
@@ -4,7 +4,7 @@
#include <string>
#include "Common/CommonTypes.h"
#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"
#include "Core/Boot/ElfReader.h"
@@ -8,6 +8,7 @@
#include <vector>
#include "Common/CommonTypes.h"
#include "Common/Logging/Log.h"
namespace Dolphin_Debugger
{
@@ -4,6 +4,7 @@
#include <sstream>
#include "Common/CommonFuncs.h"
#include "Common/MathUtil.h"
#include "Core/HW/DSP.h"
+1 -1
View File
@@ -4,7 +4,7 @@
#pragma once
#include "Common/CommonTypes.h"
#include "Common/Common.h"
class PointerWrap;
namespace GPFifo
+2
View File
@@ -4,7 +4,9 @@
#include <queue>
#include "Common/CommonFuncs.h"
#include "Common/Thread.h"
#include "Common/Logging/Log.h"
#include "Core/HW/SI_Device.h"
#include "Core/HW/SI_DeviceGBA.h"
@@ -4,6 +4,7 @@
//
// Copyright (C) Hector Martin "marcan" (hector@marcansoft.com)
#include <cstring>
#include "Common/CommonTypes.h"
#include "Core/HW/WiimoteEmu/Encryption.h"
@@ -4,7 +4,9 @@
#include <vector>
#include "Common/CommonTypes.h"
#include "Common/Common.h"
#include "Common/MsgHandler.h"
#include "Common/Logging/Log.h"
#include "Core/IPC_HLE/WiiMote_HID_Attr.h"
#if 0
+1
View File
@@ -2,6 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "Common/CommonFuncs.h"
#include "Core/HW/Memmap.h"
#include "Core/PowerPC/JitInterface.h"
#include "Core/PowerPC/PowerPC.h"
+1
View File
@@ -2,6 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include "Common/CommonFuncs.h"
#include "Core/VolumeHandler.h"
#include "DiscIO/VolumeCreator.h"

Some files were not shown because too many files have changed in this diff Show More