From 20be24789dbfb2acd3f8d2076a6b19ff6a2451ee Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 9 Jul 2012 01:53:13 +0300 Subject: [PATCH] Remove a useless forward declaration --- source/target.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/target.h b/source/target.h index 790a7e3..a69ff51 100644 --- a/source/target.h +++ b/source/target.h @@ -14,8 +14,6 @@ class SourcePackage; class Task; class Tool; -class Target; - /** Targets make up the build graph. This class is a base for all target types and handles many common tasks. See also FileTarget and VirtualTarget. -- 2.43.0