Remove some unnecessary includes.

This commit is contained in:
Lioncash 2013-10-14 04:01:57 -04:00
commit c4696568cc
4 changed files with 0 additions and 5 deletions

View file

@ -6,7 +6,6 @@
#define _NULLSOUNDSTREAM_H_
#include "SoundStream.h"
#include "Thread.h"
#define BUF_SIZE (48000 * 4 / 32)