1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 00:58:37 +02:00

more comments for including Audacity.h

This commit is contained in:
Paul Licameli 2019-03-23 14:16:05 -04:00
parent 9569cfddf5
commit c698d85cc8
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ It handles initialization and termination by subclassing wxApp.
*//*******************************************************************/
#include "Audacity.h" // This should always be included first; for USE_* macros
#include "Audacity.h" // This should always be included first; for USE_* macros and __UNIX__
#include "AudacityApp.h"
#include "Experimental.h"

View File

@ -61,7 +61,7 @@
*//*******************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for __UNIX__
#include "DirManager.h"
#include "MemoryX.h"

View File

@ -11,7 +11,7 @@
#ifndef __AUDACITY_FILE_FORMATS__
#define __AUDACITY_FILE_FORMATS__
#include "Audacity.h"
#include "Audacity.h" // for __UNIX__
#include <wx/list.h>
#include <wx/arrstr.h>