mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-20 21:26:35 +01:00
Make headers in import directory self-contained
This commit is contained in:
@@ -8,13 +8,14 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "ImportMIDI.h"
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/ffile.h>
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "../Audacity.h"
|
||||
|
||||
#if defined(USE_MIDI)
|
||||
|
||||
//#include "allegro.h"
|
||||
@@ -23,7 +24,6 @@
|
||||
|
||||
#include "../Internat.h"
|
||||
#include "../NoteTrack.h"
|
||||
#include "ImportMIDI.h"
|
||||
|
||||
bool ImportMIDI(const wxString &fName, NoteTrack * dest)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user