1
0
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:
benjamin.drung@gmail.com 2013-11-01 19:45:00 +00:00
parent e3d3e53dc1
commit b81aa06427
2 changed files with 4 additions and 4 deletions

View File

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

View File

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