1
0
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:
benjamin.drung@gmail.com 2013-11-01 12:15:01 +00:00
parent f830573149
commit 05302d7483
6 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -346,7 +346,7 @@ void BatchProcessDialog::OnCancel(wxCommandEvent & WXUNUSED(event))
/////////////////////////////////////////////////////////////////////
#include <wx/textdlg.h>
#include "../BatchCommandDialog.h"
#include "BatchCommandDialog.h"
enum {
// ChainsListID 7005

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -19,7 +19,7 @@
#ifndef __AUDACITY_SCREENSHOT__
#define __AUDACITY_SCREENSHOT__
#include "../Audacity.h"
#include "Audacity.h"
#include "wx/defs.h"