[AMSTREAM]
[reactos.git] / reactos / dll / directx / wine / amstream / audiodata.c
index 3a62a9f..c4f9b74 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "wine/debug.h"
-
-#define COBJMACROS
-
-#include "winbase.h"
 #include "amstream_private.h"
 
-#include "amstream.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(amstream);
-
 typedef struct {
     IAudioData IAudioData_iface;
     LONG ref;