mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02:00
This is only comments, in files where USE_ macros are tested...
... following the comment convention used in the preceding commit.
This commit is contained in:
@@ -35,7 +35,7 @@ and ImportLOF.cpp.
|
||||
|
||||
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "Import.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
@@ -20,7 +20,7 @@ Licensed under the GNU General Public License v2 or later
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h" // needed before FFmpeg.h
|
||||
#include "../Audacity.h" // needed before FFmpeg.h // for USE_* macros
|
||||
#include "ImportFFmpeg.h"
|
||||
|
||||
#include "../Experimental.h"
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "ImportFLAC.h"
|
||||
|
||||
#include "../Experimental.h"
|
||||
|
@@ -23,7 +23,7 @@ Licensed under the GNU General Public License v2 or later
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h" // needed before GStreamer.h
|
||||
#include "../Audacity.h" // needed before GStreamer.h // for USE_* macros
|
||||
|
||||
#if defined(USE_GSTREAMER)
|
||||
#include "ImportGStreamer.h"
|
||||
|
@@ -69,7 +69,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "ImportLOF.h"
|
||||
|
||||
#include <wx/string.h>
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "ImportMIDI.h"
|
||||
|
||||
#include <wx/defs.h>
|
||||
|
@@ -18,7 +18,7 @@ into a NoteTrack.
|
||||
#ifndef _IMPORT_MIDI_
|
||||
#define _IMPORT_MIDI_
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "audacity/Types.h"
|
||||
|
||||
#if defined(USE_MIDI)
|
||||
|
@@ -26,7 +26,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "ImportMP3.h"
|
||||
|
||||
// For compilers that support precompilation, includes "wx/wx.h".
|
||||
|
@@ -28,7 +28,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "ImportOGG.h"
|
||||
|
||||
// For compilers that support precompilation, includes "wx/wx.h".
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "ImportPCM.h"
|
||||
|
||||
#include "../Internat.h"
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "ImportQT.h"
|
||||
|
||||
#include "ImportPlugin.h"
|
||||
|
Reference in New Issue
Block a user