1
0
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:
Paul Licameli 2015-08-17 12:08:58 -04:00
parent b9db3bd83d
commit 48ed1fe767
2 changed files with 1 additions and 3 deletions

View File

@ -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"

View File

@ -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>