From 3c71c981df975536c62b3608f0f257e81e590745 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 8 May 2024 08:04:57 -0400 Subject: [PATCH] Include type traits --- src-juce/AWConsolidatedProcessor.cpp | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/src-juce/AWConsolidatedProcessor.cpp b/src-juce/AWConsolidatedProcessor.cpp index 2b9eff9..ca1853e 100644 --- a/src-juce/AWConsolidatedProcessor.cpp +++ b/src-juce/AWConsolidatedProcessor.cpp @@ -1,24 +1,4 @@ -/* - * Surge XT - a free and open source hybrid synthesizer, - * built by Surge Synth Team - * - * Learn more at https://surge-synthesizer.github.io/ - * - * Copyright 2018-2024, various authors, as described in the GitHub - * transaction log. - * - * Surge XT is released under the GNU General Public Licence v3 - * or later (GPL-3.0-or-later). The license is found in the "LICENSE" - * file in the root of this repository, or at - * https://www.gnu.org/licenses/gpl-3.0.en.html - * - * Surge was a commercial product from 2004-2018, copyright and ownership - * held by Claes Johanson at Vember Audio during that period. - * Claes made Surge open source in September 2018. - * - * All source for Surge XT is available at - * https://github.com/surge-synthesizer/surge - */ +#include #include "AWConsolidatedProcessor.h" #include "AWConsolidatedEditor.h"