mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 14:18:41 +02:00
AUP3: Fix stupied build failure
This commit is contained in:
parent
5b41115bd0
commit
b12fafbea0
@ -462,7 +462,6 @@ time warp info and AudioIOListener and whether the playback is looped.
|
||||
#include "Prefs.h"
|
||||
#include "Project.h"
|
||||
#include "WaveTrack.h"
|
||||
#include "AutoRecovery.h"
|
||||
|
||||
#include "effects/RealtimeEffectManager.h"
|
||||
#include "prefs/QualityPrefs.h"
|
||||
|
@ -84,8 +84,6 @@ list( APPEND SOURCES
|
||||
AudioIOBase.cpp
|
||||
AudioIOBase.h
|
||||
AudioIOListener.h
|
||||
AutoRecovery.cpp
|
||||
AutoRecovery.h
|
||||
AutoRecoveryDialog.cpp
|
||||
AutoRecoveryDialog.h
|
||||
BatchCommandDialog.cpp
|
||||
@ -199,8 +197,6 @@ list( APPEND SOURCES
|
||||
ProjectAudioIO.h
|
||||
ProjectAudioManager.cpp
|
||||
ProjectAudioManager.h
|
||||
# ProjectFSCK.cpp
|
||||
# ProjectFSCK.h
|
||||
ProjectFileIO.cpp
|
||||
ProjectFileIO.h
|
||||
ProjectFileIORegistry.cpp
|
||||
@ -213,6 +209,8 @@ list( APPEND SOURCES
|
||||
ProjectManager.h
|
||||
ProjectSelectionManager.cpp
|
||||
ProjectSelectionManager.h
|
||||
ProjectSerializer.cpp
|
||||
ProjectSerializer.h
|
||||
ProjectSettings.cpp
|
||||
ProjectSettings.h
|
||||
ProjectStatus.cpp
|
||||
|
@ -17,7 +17,6 @@ Paul Licameli split from ProjectManager.cpp
|
||||
#include <wx/statusbr.h>
|
||||
|
||||
#include "AudioIO.h"
|
||||
#include "AutoRecovery.h"
|
||||
#include "CommonCommandFlags.h"
|
||||
#include "LabelTrack.h"
|
||||
#include "Menus.h"
|
||||
|
@ -19,7 +19,6 @@ Paul Licameli split from AudacityProject.cpp
|
||||
#endif
|
||||
|
||||
#include <wx/frame.h>
|
||||
#include "AutoRecovery.h"
|
||||
#include "Dependencies.h"
|
||||
#include "FileFormats.h"
|
||||
#include "FileNames.h"
|
||||
|
@ -14,7 +14,6 @@ Paul Licameli split from AudacityProject.cpp
|
||||
|
||||
#include "AdornedRulerPanel.h"
|
||||
#include "AudioIO.h"
|
||||
#include "AutoRecovery.h"
|
||||
#include "Clipboard.h"
|
||||
#include "FileNames.h"
|
||||
#include "Menus.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user