mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 00:51:21 +01:00
travis
This commit is contained in:
@@ -8,12 +8,14 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "LegacyAliasBlockFile.h"
|
||||
|
||||
#include <wx/utils.h>
|
||||
#include <wx/wxchar.h>
|
||||
|
||||
#include <sndfile.h>
|
||||
|
||||
#include "LegacyAliasBlockFile.h"
|
||||
#include "LegacyBlockFile.h"
|
||||
#include "../FileFormats.h"
|
||||
#include "../Internat.h"
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
*//******************************************************************/
|
||||
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "LegacyBlockFile.h"
|
||||
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
||||
@@ -27,7 +30,6 @@
|
||||
#include <wx/utils.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
#include "LegacyBlockFile.h"
|
||||
#include "../MemoryX.h"
|
||||
#include "../FileFormats.h"
|
||||
#include "../Internat.h"
|
||||
|
||||
@@ -16,9 +16,11 @@ The summary is eventually computed and written to a file in a background thread.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include <float.h>
|
||||
#include "../Audacity.h"
|
||||
#include "ODDecodeBlockFile.h"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
#include <wx/utils.h>
|
||||
#include <wx/wxchar.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
@@ -16,9 +16,11 @@ The summary is eventually computed and written to a file in a background thread.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include <float.h>
|
||||
#include "../Audacity.h"
|
||||
#include "ODPCMAliasBlockFile.h"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
#include <wx/file.h>
|
||||
#include <wx/utils.h>
|
||||
#include <wx/wxchar.h>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "PCMAliasBlockFile.h"
|
||||
|
||||
#include <wx/file.h>
|
||||
#include <wx/utils.h>
|
||||
#include <wx/wxchar.h>
|
||||
@@ -15,7 +18,6 @@
|
||||
|
||||
#include <sndfile.h>
|
||||
|
||||
#include "PCMAliasBlockFile.h"
|
||||
#include "../FileFormats.h"
|
||||
#include "../Internat.h"
|
||||
#include "../MemoryX.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "SilentBlockFile.h"
|
||||
#include "../FileFormats.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user