From ffb41a7ca1cb114bf3f14b1f5e811bac20c56972 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 25 Jun 2014 19:10:57 +0100 Subject: [PATCH] Misc --- source/modules/native-plugins/vex/gui/BoolGridComponent.h | 2 +- source/modules/native-plugins/vex/gui/SliderFieldComponent.h | 2 +- source/modules/native-plugins/vex/gui/SnappingSlider.h | 2 +- source/modules/native-plugins/vex/lookandfeel/MyLookAndFeel.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/modules/native-plugins/vex/gui/BoolGridComponent.h b/source/modules/native-plugins/vex/gui/BoolGridComponent.h index d0d664731..17b55d1fb 100644 --- a/source/modules/native-plugins/vex/gui/BoolGridComponent.h +++ b/source/modules/native-plugins/vex/gui/BoolGridComponent.h @@ -42,7 +42,7 @@ #ifdef CARLA_EXPORT #include "juce_gui_basics.h" #else - #include "../StandardHeader.h" + #include "../../StandardHeader.h" #endif class BoolGridComponent : public Component, diff --git a/source/modules/native-plugins/vex/gui/SliderFieldComponent.h b/source/modules/native-plugins/vex/gui/SliderFieldComponent.h index 4d742a7db..283f07ffe 100644 --- a/source/modules/native-plugins/vex/gui/SliderFieldComponent.h +++ b/source/modules/native-plugins/vex/gui/SliderFieldComponent.h @@ -42,7 +42,7 @@ #ifdef CARLA_EXPORT #include "juce_gui_basics.h" #else - #include "../StandardHeader.h" + #include "../../StandardHeader.h" #endif class SliderFieldComponent : public Component, diff --git a/source/modules/native-plugins/vex/gui/SnappingSlider.h b/source/modules/native-plugins/vex/gui/SnappingSlider.h index 0c58edd6e..cf79161e6 100644 --- a/source/modules/native-plugins/vex/gui/SnappingSlider.h +++ b/source/modules/native-plugins/vex/gui/SnappingSlider.h @@ -42,7 +42,7 @@ #ifdef CARLA_EXPORT #include "juce_gui_basics.h" #else - #include "../StandardHeader.h" + #include "../../StandardHeader.h" #endif class SnappingSlider : public Slider diff --git a/source/modules/native-plugins/vex/lookandfeel/MyLookAndFeel.h b/source/modules/native-plugins/vex/lookandfeel/MyLookAndFeel.h index 57c114ab6..d05963c50 100644 --- a/source/modules/native-plugins/vex/lookandfeel/MyLookAndFeel.h +++ b/source/modules/native-plugins/vex/lookandfeel/MyLookAndFeel.h @@ -41,7 +41,7 @@ #ifdef CARLA_EXPORT #include "juce_gui_basics.h" #else - #include "../StandardHeader.h" + #include "../../StandardHeader.h" #endif #include "../resources/Resources.h"