From abd89dd74b1b7d0ead2be3692087b588b6f4a20d Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 12 Oct 2015 23:04:48 +0200 Subject: [PATCH] Use ImageWidgets.hpp instead of separate includes --- plugins/Nekobi/DistrhoUINekobi.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/Nekobi/DistrhoUINekobi.hpp b/plugins/Nekobi/DistrhoUINekobi.hpp index c07c20a..af34e38 100644 --- a/plugins/Nekobi/DistrhoUINekobi.hpp +++ b/plugins/Nekobi/DistrhoUINekobi.hpp @@ -20,10 +20,7 @@ #include "DistrhoUI.hpp" -#include "ImageAboutWindow.hpp" -#include "ImageButton.hpp" -#include "ImageKnob.hpp" -#include "ImageSlider.hpp" +#include "ImageWidgets.hpp" #include "DistrhoArtworkNekobi.hpp" #include "NekoWidget.hpp"