mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
New header doesn't need <vector>
This commit is contained in:
parent
b9db3bd83d
commit
48ed1fe767
@ -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"
|
||||
|
@ -11,7 +11,6 @@ Paul Licameli
|
||||
#ifndef __AUDACITY_TRANSLATABLE_STRING_ARRAY__
|
||||
#define __AUDACITY_TRANSLATABLE_STRING_ARRAY__
|
||||
|
||||
#include <vector>
|
||||
#include <wx/app.h>
|
||||
#include <wx/event.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user