mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Fix more paths of relative includes.
This commit is contained in:
parent
e3d3e53dc1
commit
b81aa06427
@ -22,7 +22,7 @@ effects from this one class.
|
||||
*//*******************************************************************/
|
||||
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../../Audacity.h"
|
||||
|
||||
#include "ladspa.h"
|
||||
|
||||
@ -41,7 +41,7 @@ effects from this one class.
|
||||
|
||||
#include "../Effect.h" // Audacity Effect base class
|
||||
#include "LadspaEffect.h" // This class's header file
|
||||
#include "../Internat.h"
|
||||
#include "../../Internat.h"
|
||||
|
||||
LadspaEffect::LadspaEffect(const LADSPA_Descriptor *data,
|
||||
const std::set<wxString>& categories)
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../../Audacity.h"
|
||||
|
||||
#if defined(USE_LV2)
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
#include "LoadLV2.h"
|
||||
#include "LV2Effect.h"
|
||||
#include "LV2PortGroup.h"
|
||||
#include "../Internat.h"
|
||||
#include "../../Internat.h"
|
||||
#include "lv2_event_helpers.h"
|
||||
|
||||
#include "lilv/lilv.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user