mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Fix path of relative includes.
This commit is contained in:
parent
f830573149
commit
05302d7483
@ -305,14 +305,14 @@ writing audio.
|
||||
#include "toolbars/ControlToolBar.h"
|
||||
#include "widgets/Meter.h"
|
||||
|
||||
#include "../Experimental.h"
|
||||
#include "Experimental.h"
|
||||
|
||||
#ifdef EXPERIMENTAL_MIDI_OUT
|
||||
#define MIDI_SLEEP 10 /* milliseconds */
|
||||
#define ROUND(x) (int) ((x)+0.5)
|
||||
//#include <string.h>
|
||||
#include "portmidi.h"
|
||||
#include "../src/common/pa_util.h"
|
||||
#include "common/pa_util.h"
|
||||
#include "NoteTrack.h"
|
||||
#endif
|
||||
|
||||
|
@ -346,7 +346,7 @@ void BatchProcessDialog::OnCancel(wxCommandEvent & WXUNUSED(event))
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
#include <wx/textdlg.h>
|
||||
#include "../BatchCommandDialog.h"
|
||||
#include "BatchCommandDialog.h"
|
||||
|
||||
enum {
|
||||
// ChainsListID 7005
|
||||
|
@ -74,10 +74,10 @@ extern "C" {
|
||||
#include <wx/log.h> // for wxLogNull
|
||||
#include <wx/msgdlg.h> // for wxMessageBox
|
||||
#include <wx/utils.h>
|
||||
#include "../widgets/LinkingHtmlWindow.h"
|
||||
#include "widgets/LinkingHtmlWindow.h"
|
||||
#include "FileDialog.h"
|
||||
#include "ShuttleGui.h"
|
||||
#include "../Prefs.h"
|
||||
#include "Prefs.h"
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/textctrl.h>
|
||||
// needed for sampleCount
|
||||
|
@ -20,7 +20,7 @@ used throughout Audacity into this one place.
|
||||
|
||||
*//********************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "Audacity.h"
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/filename.h>
|
||||
|
@ -24,10 +24,10 @@ Describes shared object that is used to access GStreamer
|
||||
#include <wx/log.h> // for wxLogNull
|
||||
#include <wx/msgdlg.h> // for wxMessageBox
|
||||
#include <wx/utils.h>
|
||||
#include "../widgets/LinkingHtmlWindow.h"
|
||||
#include "widgets/LinkingHtmlWindow.h"
|
||||
#include "FileDialog.h"
|
||||
#include "ShuttleGui.h"
|
||||
#include "../Prefs.h"
|
||||
#include "Prefs.h"
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/textctrl.h>
|
||||
#include <wx/thread.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef __AUDACITY_SCREENSHOT__
|
||||
#define __AUDACITY_SCREENSHOT__
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "Audacity.h"
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user