1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 14:13:32 +02:00

Move definition of _ and related into Internat.h

This commit is contained in:
Paul Licameli
2017-09-25 14:07:23 -04:00
parent e37d701bc0
commit c6696f1b49
52 changed files with 89 additions and 53 deletions

View File

@@ -84,7 +84,6 @@
#include "../WaveTrack.h"
#include "ImportPlugin.h"
#include "Import.h"
#include "../Internat.h"
#include "../NoteTrack.h"
#include "../Project.h"
#include "../FileFormats.h"

View File

@@ -56,9 +56,8 @@ but little else.
#define __AUDACITY_IMPORTER__
#include "../Audacity.h"
#include <wx/arrstr.h>
#include "../Internat.h"
#include <wx/filename.h>
#include <wx/string.h>
#include "../MemoryX.h"
#include "../widgets/ProgressDialog.h"