mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 10:43:08 +01:00
Remove unneeded includes of portaudio.h as suggested by Ed Musgrove.
This commit is contained in:
@@ -41,8 +41,6 @@ hold information about one contributor to Audacity.
|
||||
#include "ShuttleGui.h"
|
||||
#include "widgets/LinkingHtmlWindow.h"
|
||||
|
||||
#include "portaudio.h"
|
||||
|
||||
#include <wx/listimpl.cpp>
|
||||
WX_DEFINE_LIST(AboutDialogCreditItemsList);
|
||||
|
||||
|
||||
@@ -594,10 +594,6 @@
|
||||
RelativePath="..\..\..\src\PluginManager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\portaudio.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\Prefs.cpp"
|
||||
>
|
||||
|
||||
@@ -426,7 +426,6 @@
|
||||
<ClInclude Include="..\..\..\src\PitchName.h" />
|
||||
<ClInclude Include="..\..\..\src\PlatformCompatibility.h" />
|
||||
<ClInclude Include="..\..\..\src\PluginManager.h" />
|
||||
<ClInclude Include="..\..\portaudio.h" />
|
||||
<ClInclude Include="..\..\..\src\Prefs.h" />
|
||||
<ClInclude Include="..\..\..\src\Printing.h" />
|
||||
<ClInclude Include="..\..\..\src\Profiler.h" />
|
||||
|
||||
@@ -956,9 +956,6 @@
|
||||
<ClInclude Include="..\..\..\src\PluginManager.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\portaudio.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\Prefs.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
|
||||
Reference in New Issue
Block a user