diff --git a/src/effects/ladspa/LadspaEffect.cpp b/src/effects/ladspa/LadspaEffect.cpp index 0ec4fe6e7..526e7a40d 100644 --- a/src/effects/ladspa/LadspaEffect.cpp +++ b/src/effects/ladspa/LadspaEffect.cpp @@ -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& categories) diff --git a/src/effects/lv2/LV2Effect.cpp b/src/effects/lv2/LV2Effect.cpp index 16428228f..6efd08ae0 100644 --- a/src/effects/lv2/LV2Effect.cpp +++ b/src/effects/lv2/LV2Effect.cpp @@ -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"