From c4696568cc15d140cbdae460cd5e227c46845114 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 14 Oct 2013 04:01:57 -0400 Subject: [PATCH] Remove some unnecessary includes. --- Source/Core/AudioCommon/Src/NullSoundStream.h | 1 - Source/Core/Common/Src/DebugInterface.h | 1 - Source/Core/Core/Src/HW/EXI_Device.h | 1 - Source/Core/InputCommon/Src/GCPadStatus.h | 2 -- 4 files changed, 5 deletions(-) diff --git a/Source/Core/AudioCommon/Src/NullSoundStream.h b/Source/Core/AudioCommon/Src/NullSoundStream.h index a20c1e0d12..830e1c8400 100644 --- a/Source/Core/AudioCommon/Src/NullSoundStream.h +++ b/Source/Core/AudioCommon/Src/NullSoundStream.h @@ -6,7 +6,6 @@ #define _NULLSOUNDSTREAM_H_ #include "SoundStream.h" -#include "Thread.h" #define BUF_SIZE (48000 * 4 / 32) diff --git a/Source/Core/Common/Src/DebugInterface.h b/Source/Core/Common/Src/DebugInterface.h index 317cd0bb43..81b2d0852b 100644 --- a/Source/Core/Common/Src/DebugInterface.h +++ b/Source/Core/Common/Src/DebugInterface.h @@ -2,7 +2,6 @@ #define _DEBUGINTERFACE_H #include -#include class DebugInterface { diff --git a/Source/Core/Core/Src/HW/EXI_Device.h b/Source/Core/Core/Src/HW/EXI_Device.h index e2a39154f5..8cb3aee188 100644 --- a/Source/Core/Core/Src/HW/EXI_Device.h +++ b/Source/Core/Core/Src/HW/EXI_Device.h @@ -5,7 +5,6 @@ #ifndef _EXIDEVICE_H #define _EXIDEVICE_H -#include "Common.h" #include "ChunkFile.h" enum TEXIDevices diff --git a/Source/Core/InputCommon/Src/GCPadStatus.h b/Source/Core/InputCommon/Src/GCPadStatus.h index c94f0b7fe8..94abef01e2 100644 --- a/Source/Core/InputCommon/Src/GCPadStatus.h +++ b/Source/Core/InputCommon/Src/GCPadStatus.h @@ -5,8 +5,6 @@ #ifndef _GCPAD_H_INCLUDED__ #define _GCPAD_H_INCLUDED__ -#include "CommonTypes.h" - #define PAD_ERR_NONE 0 #define PAD_ERR_NO_CONTROLLER -1 #define PAD_ERR_NOT_READY -2