From: Mikko Rasa Date: Sun, 8 Jul 2012 22:53:13 +0000 (+0300) Subject: Remove a useless forward declaration X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=20be24789dbfb2acd3f8d2076a6b19ff6a2451ee;p=builder.git Remove a useless forward declaration --- 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.