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/Calculator/CalculatorWidget.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Applications/Calculator') diff --git a/Applications/Calculator/CalculatorWidget.h b/Applications/Calculator/CalculatorWidget.h index a1cc62584b..099448632b 100644 --- a/Applications/Calculator/CalculatorWidget.h +++ b/Applications/Calculator/CalculatorWidget.h @@ -31,12 +31,6 @@ #include #include -namespace GUI { -class Button; -class Label; -class TextBox; -} - class CalculatorWidget final : public GUI::Widget { C_OBJECT(CalculatorWidget) public: -- cgit v1.2.3