From d7b6b16df239508c17e57e05b5096476294598f4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 5 May 2015 03:06:08 +0200 Subject: [PATCH] Update to latest DPF --- dpf | 2 +- plugins/3BandEQ/DistrhoUI3BandEQ.hpp | 6 +----- plugins/3BandSplitter/DistrhoUI3BandSplitter.hpp | 6 +----- plugins/PingPongPan/DistrhoUIPingPongPan.hpp | 5 +---- 4 files changed, 4 insertions(+), 15 deletions(-) diff --git a/dpf b/dpf index 2a66f39..655aabc 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 2a66f39cdf7b5e28d3cc61da78879fac47d4e9fc +Subproject commit 655aabc0e1a3ffdfcce31ca4d1adda7f1e52b427 diff --git a/plugins/3BandEQ/DistrhoUI3BandEQ.hpp b/plugins/3BandEQ/DistrhoUI3BandEQ.hpp index e2f01b0..c73c080 100644 --- a/plugins/3BandEQ/DistrhoUI3BandEQ.hpp +++ b/plugins/3BandEQ/DistrhoUI3BandEQ.hpp @@ -18,11 +18,7 @@ #define DISTRHO_UI_3BANDEQ_HPP_INCLUDED #include "DistrhoUI.hpp" - -#include "ImageAboutWindow.hpp" -#include "ImageButton.hpp" -#include "ImageKnob.hpp" -#include "ImageSlider.hpp" +#include "ImageWidgets.hpp" #include "DistrhoArtwork3BandEQ.hpp" diff --git a/plugins/3BandSplitter/DistrhoUI3BandSplitter.hpp b/plugins/3BandSplitter/DistrhoUI3BandSplitter.hpp index 041a6cd..3db9a61 100644 --- a/plugins/3BandSplitter/DistrhoUI3BandSplitter.hpp +++ b/plugins/3BandSplitter/DistrhoUI3BandSplitter.hpp @@ -18,11 +18,7 @@ #define DISTRHO_UI_3BANDSPLITTER_HPP_INCLUDED #include "DistrhoUI.hpp" - -#include "ImageAboutWindow.hpp" -#include "ImageButton.hpp" -#include "ImageKnob.hpp" -#include "ImageSlider.hpp" +#include "ImageWidgets.hpp" #include "DistrhoArtwork3BandSplitter.hpp" diff --git a/plugins/PingPongPan/DistrhoUIPingPongPan.hpp b/plugins/PingPongPan/DistrhoUIPingPongPan.hpp index ad09938..37b1c86 100644 --- a/plugins/PingPongPan/DistrhoUIPingPongPan.hpp +++ b/plugins/PingPongPan/DistrhoUIPingPongPan.hpp @@ -18,10 +18,7 @@ #define DISTRHO_UI_PINGPONGPAN_HPP_INCLUDED #include "DistrhoUI.hpp" - -#include "ImageAboutWindow.hpp" -#include "ImageButton.hpp" -#include "ImageKnob.hpp" +#include "ImageWidgets.hpp" #include "DistrhoArtworkPingPongPan.hpp"