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