Remove some unnecessary includes.
This commit is contained in:
parent
2015cd0928
commit
c4696568cc
|
@ -6,7 +6,6 @@
|
|||
#define _NULLSOUNDSTREAM_H_
|
||||
|
||||
#include "SoundStream.h"
|
||||
#include "Thread.h"
|
||||
|
||||
#define BUF_SIZE (48000 * 4 / 32)
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
#define _DEBUGINTERFACE_H
|
||||
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
class DebugInterface
|
||||
{
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#ifndef _EXIDEVICE_H
|
||||
#define _EXIDEVICE_H
|
||||
|
||||
#include "Common.h"
|
||||
#include "ChunkFile.h"
|
||||
|
||||
enum TEXIDevices
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue