1
0
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:
Paul Licameli
2020-06-12 11:39:18 -04:00
parent 4ac96376bb
commit c84a2d295d
3 changed files with 12 additions and 4 deletions

View File

@@ -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;