mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 22:28:44 +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 "Prefs.h"
|
||||||
#include "Project.h"
|
#include "Project.h"
|
||||||
#include "WaveTrack.h"
|
#include "WaveTrack.h"
|
||||||
#include "AutoRecovery.h"
|
|
||||||
|
|
||||||
#include "effects/RealtimeEffectManager.h"
|
#include "effects/RealtimeEffectManager.h"
|
||||||
#include "prefs/QualityPrefs.h"
|
#include "prefs/QualityPrefs.h"
|
||||||
|
@ -84,8 +84,6 @@ list( APPEND SOURCES
|
|||||||
AudioIOBase.cpp
|
AudioIOBase.cpp
|
||||||
AudioIOBase.h
|
AudioIOBase.h
|
||||||
AudioIOListener.h
|
AudioIOListener.h
|
||||||
AutoRecovery.cpp
|
|
||||||
AutoRecovery.h
|
|
||||||
AutoRecoveryDialog.cpp
|
AutoRecoveryDialog.cpp
|
||||||
AutoRecoveryDialog.h
|
AutoRecoveryDialog.h
|
||||||
BatchCommandDialog.cpp
|
BatchCommandDialog.cpp
|
||||||
@ -199,8 +197,6 @@ list( APPEND SOURCES
|
|||||||
ProjectAudioIO.h
|
ProjectAudioIO.h
|
||||||
ProjectAudioManager.cpp
|
ProjectAudioManager.cpp
|
||||||
ProjectAudioManager.h
|
ProjectAudioManager.h
|
||||||
# ProjectFSCK.cpp
|
|
||||||
# ProjectFSCK.h
|
|
||||||
ProjectFileIO.cpp
|
ProjectFileIO.cpp
|
||||||
ProjectFileIO.h
|
ProjectFileIO.h
|
||||||
ProjectFileIORegistry.cpp
|
ProjectFileIORegistry.cpp
|
||||||
@ -213,6 +209,8 @@ list( APPEND SOURCES
|
|||||||
ProjectManager.h
|
ProjectManager.h
|
||||||
ProjectSelectionManager.cpp
|
ProjectSelectionManager.cpp
|
||||||
ProjectSelectionManager.h
|
ProjectSelectionManager.h
|
||||||
|
ProjectSerializer.cpp
|
||||||
|
ProjectSerializer.h
|
||||||
ProjectSettings.cpp
|
ProjectSettings.cpp
|
||||||
ProjectSettings.h
|
ProjectSettings.h
|
||||||
ProjectStatus.cpp
|
ProjectStatus.cpp
|
||||||
|
@ -17,7 +17,6 @@ Paul Licameli split from ProjectManager.cpp
|
|||||||
#include <wx/statusbr.h>
|
#include <wx/statusbr.h>
|
||||||
|
|
||||||
#include "AudioIO.h"
|
#include "AudioIO.h"
|
||||||
#include "AutoRecovery.h"
|
|
||||||
#include "CommonCommandFlags.h"
|
#include "CommonCommandFlags.h"
|
||||||
#include "LabelTrack.h"
|
#include "LabelTrack.h"
|
||||||
#include "Menus.h"
|
#include "Menus.h"
|
||||||
|
@ -19,7 +19,6 @@ Paul Licameli split from AudacityProject.cpp
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wx/frame.h>
|
#include <wx/frame.h>
|
||||||
#include "AutoRecovery.h"
|
|
||||||
#include "Dependencies.h"
|
#include "Dependencies.h"
|
||||||
#include "FileFormats.h"
|
#include "FileFormats.h"
|
||||||
#include "FileNames.h"
|
#include "FileNames.h"
|
||||||
|
@ -14,7 +14,6 @@ Paul Licameli split from AudacityProject.cpp
|
|||||||
|
|
||||||
#include "AdornedRulerPanel.h"
|
#include "AdornedRulerPanel.h"
|
||||||
#include "AudioIO.h"
|
#include "AudioIO.h"
|
||||||
#include "AutoRecovery.h"
|
|
||||||
#include "Clipboard.h"
|
#include "Clipboard.h"
|
||||||
#include "FileNames.h"
|
#include "FileNames.h"
|
||||||
#include "Menus.h"
|
#include "Menus.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user