mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 15:05:38 +01:00
New header doesn't need <vector>
This commit is contained in:
@@ -22,6 +22,7 @@ It handles initialization and termination by subclassing wxApp.
|
||||
#endif
|
||||
|
||||
#include "Audacity.h" // This should always be included first
|
||||
#include "AudacityApp.h"
|
||||
#include "TranslatableStringArray.h"
|
||||
|
||||
#include <wx/defs.h>
|
||||
@@ -59,8 +60,6 @@ It handles initialization and termination by subclassing wxApp.
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#include "AudacityApp.h"
|
||||
|
||||
#include "AudacityLogger.h"
|
||||
#include "AboutDialog.h"
|
||||
#include "AColor.h"
|
||||
|
||||
Reference in New Issue
Block a user