mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 15:05:38 +01:00
more comments for including Audacity.h
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
*//*******************************************************************/
|
||||
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "Audacity.h" // for __UNIX__
|
||||
#include "DirManager.h"
|
||||
|
||||
#include "MemoryX.h"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user