From 05302d7483839d92599e8ac276de98508f7972c1 Mon Sep 17 00:00:00 2001 From: "benjamin.drung@gmail.com" Date: Fri, 1 Nov 2013 12:15:01 +0000 Subject: [PATCH] Fix path of relative includes. --- src/AudioIO.cpp | 4 ++-- src/BatchProcessDialog.cpp | 2 +- src/FFmpeg.h | 4 ++-- src/FileNames.cpp | 2 +- src/GStreamerLoader.h | 4 ++-- src/Screenshot.h | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/AudioIO.cpp b/src/AudioIO.cpp index 4be8c0703..91dda7aaa 100644 --- a/src/AudioIO.cpp +++ b/src/AudioIO.cpp @@ -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 #include "portmidi.h" - #include "../src/common/pa_util.h" + #include "common/pa_util.h" #include "NoteTrack.h" #endif diff --git a/src/BatchProcessDialog.cpp b/src/BatchProcessDialog.cpp index ccdf8fdf2..b2071604c 100644 --- a/src/BatchProcessDialog.cpp +++ b/src/BatchProcessDialog.cpp @@ -346,7 +346,7 @@ void BatchProcessDialog::OnCancel(wxCommandEvent & WXUNUSED(event)) ///////////////////////////////////////////////////////////////////// #include -#include "../BatchCommandDialog.h" +#include "BatchCommandDialog.h" enum { // ChainsListID 7005 diff --git a/src/FFmpeg.h b/src/FFmpeg.h index 3c0fc3319..8b347531e 100644 --- a/src/FFmpeg.h +++ b/src/FFmpeg.h @@ -74,10 +74,10 @@ extern "C" { #include // for wxLogNull #include // for wxMessageBox #include -#include "../widgets/LinkingHtmlWindow.h" +#include "widgets/LinkingHtmlWindow.h" #include "FileDialog.h" #include "ShuttleGui.h" -#include "../Prefs.h" +#include "Prefs.h" #include #include // needed for sampleCount diff --git a/src/FileNames.cpp b/src/FileNames.cpp index 5e6d926ca..3a69ba7cd 100644 --- a/src/FileNames.cpp +++ b/src/FileNames.cpp @@ -20,7 +20,7 @@ used throughout Audacity into this one place. *//********************************************************************/ -#include "../Audacity.h" +#include "Audacity.h" #include #include diff --git a/src/GStreamerLoader.h b/src/GStreamerLoader.h index a19b2d225..4b10e1c68 100644 --- a/src/GStreamerLoader.h +++ b/src/GStreamerLoader.h @@ -24,10 +24,10 @@ Describes shared object that is used to access GStreamer #include // for wxLogNull #include // for wxMessageBox #include -#include "../widgets/LinkingHtmlWindow.h" +#include "widgets/LinkingHtmlWindow.h" #include "FileDialog.h" #include "ShuttleGui.h" -#include "../Prefs.h" +#include "Prefs.h" #include #include #include diff --git a/src/Screenshot.h b/src/Screenshot.h index 27c645333..2511477f1 100644 --- a/src/Screenshot.h +++ b/src/Screenshot.h @@ -19,7 +19,7 @@ #ifndef __AUDACITY_SCREENSHOT__ #define __AUDACITY_SCREENSHOT__ -#include "../Audacity.h" +#include "Audacity.h" #include "wx/defs.h"