From 1135a36b688ff3d082d43a7b1c1195e290325101 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Tue, 18 Aug 2015 18:13:49 +0200 Subject: [PATCH] Useless forward-declare is useless. --- src/util/helpers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/helpers.h b/src/util/helpers.h index fe033ad..163a173 100644 --- a/src/util/helpers.h +++ b/src/util/helpers.h @@ -23,7 +23,6 @@ #include "../fs/filesystem.h" -class KAboutData; class QString; class QPoint; class QTreeWidget;