From 2143da6434d3ee0d0e33c57533387b9f0f5fce30 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 16 Feb 2020 09:17:49 +0100 Subject: LibGUI: Add forwarding header This patch adds and uses it a bunch. It also dragged various header dependency reduction changes into it. --- Applications/Piano/SamplerWidget.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Applications/Piano/SamplerWidget.h') diff --git a/Applications/Piano/SamplerWidget.h b/Applications/Piano/SamplerWidget.h index 5fb8e19de6..1db504dbd2 100644 --- a/Applications/Piano/SamplerWidget.h +++ b/Applications/Piano/SamplerWidget.h @@ -28,11 +28,6 @@ #include -namespace GUI { -class Label; -class Button; -} - class AudioEngine; class WaveEditor final : public GUI::Frame { -- cgit v1.2.3