added #include portaudio.h to pa_mac_core.h so it is consistent with all other host-api specific headers. closes ticket #7

This commit is contained in:
rossb 2011-02-04 10:41:58 +00:00
commit 7060043727
6 changed files with 4 additions and 3 deletions

View file

@ -44,7 +44,6 @@
@brief ASIO-specific PortAudio API extension header file.
*/
#include "portaudio.h"
#ifdef __cplusplus

View file

@ -43,6 +43,7 @@
* @ingroup public_header
* @brief JACK-specific PortAudio API extension header file.
*/
#include "portaudio.h"
#ifdef __cplusplus

View file

@ -43,6 +43,7 @@
* @ingroup public_header
* @brief ALSA-specific PortAudio API extension header file.
*/
#include "portaudio.h"
#ifdef __cplusplus

View file

@ -43,6 +43,8 @@
* @brief CoreAudio-specific PortAudio API extension header file.
*/
#include "portaudio.h"
#include <AudioUnit/AudioUnit.h>
//#include <AudioToolbox/AudioToolbox.h>

View file

@ -43,7 +43,6 @@
@brief DirectSound-specific PortAudio API extension header file.
*/
#include "portaudio.h"
#include "pa_win_waveformat.h"

View file

@ -43,7 +43,6 @@
@brief WMME-specific PortAudio API extension header file.
*/
#include "portaudio.h"
#include "pa_win_waveformat.h"