mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove portaudio.h and portmixer.h from AudioIOBase.h
This commit is contained in:
@@ -21,10 +21,12 @@ Paul Licameli split from AudioIO.h
|
||||
#include <vector>
|
||||
#include <wx/string.h>
|
||||
#include <wx/weakref.h> // member variable
|
||||
#include "portaudio.h"
|
||||
|
||||
struct PaDeviceInfo;
|
||||
typedef void PaStream;
|
||||
|
||||
#if USE_PORTMIXER
|
||||
#include "../lib-src/portmixer/include/portmixer.h"
|
||||
typedef void PxMixer;
|
||||
#endif
|
||||
|
||||
class AudioIOBase;
|
||||
|
||||
Reference in New Issue
Block a user