Skip to content

Commit

Permalink
Include type traits
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed May 8, 2024
1 parent 8ad221f commit 3c71c98
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions src-juce/AWConsolidatedProcessor.cpp
Original file line number Diff line number Diff line change
@@ -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 <type_traits>

#include "AWConsolidatedProcessor.h"
#include "AWConsolidatedEditor.h"
Expand Down

0 comments on commit 3c71c98

Please sign in to comment.