computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 3f1618073b12f5472e1ee9a75f31756d4a41d504
parent db3b45f011dc2af94eac5e8d11293272e807dc7d
Author: Adam M <aemalone@gmail.com>
Date:   Fri, 29 Oct 2021 13:49:09 -0500

remove all includes other than rack.hpp in main header file

Diffstat:
Msrc/Computerscare.hpp | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/Computerscare.hpp b/src/Computerscare.hpp @@ -2,16 +2,6 @@ #include "rack.hpp" -#include "app/common.hpp" -#include "widget/TransparentWidget.hpp" -#include "widget/FramebufferWidget.hpp" -#include "widget/SvgWidget.hpp" -#include "app/PortWidget.hpp" -#include "app/CircularShadow.hpp" -#include "app/SvgSwitch.hpp" - - - using namespace rack; // Forward-declare the Plugin, defined in Template.cpp