Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove some unnecessary includes.
  • Loading branch information
lioncash committed Oct 14, 2013
1 parent 2015cd0 commit c469656
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Source/Core/AudioCommon/Src/NullSoundStream.h
Expand Up @@ -6,7 +6,6 @@
#define _NULLSOUNDSTREAM_H_

#include "SoundStream.h"
#include "Thread.h"

#define BUF_SIZE (48000 * 4 / 32)

Expand Down
1 change: 0 additions & 1 deletion Source/Core/Common/Src/DebugInterface.h
Expand Up @@ -2,7 +2,6 @@
#define _DEBUGINTERFACE_H

#include <string>
#include <string.h>

class DebugInterface
{
Expand Down
1 change: 0 additions & 1 deletion Source/Core/Core/Src/HW/EXI_Device.h
Expand Up @@ -5,7 +5,6 @@
#ifndef _EXIDEVICE_H
#define _EXIDEVICE_H

#include "Common.h"
#include "ChunkFile.h"

enum TEXIDevices
Expand Down
2 changes: 0 additions & 2 deletions Source/Core/InputCommon/Src/GCPadStatus.h
Expand Up @@ -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
Expand Down

0 comments on commit c469656

Please sign in to comment.