cmake: Remove redundant forward declaration.

The appropriate include is already here.
This commit is contained in:
Stephen Kelly 2015-05-24 12:56:09 +02:00
parent df9635f386
commit 4fdad392b6
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ class cmDocumentationSection;
class cmPolicies;
class cmTarget;
class cmGeneratedFileStream;
class cmState;
/** \brief Represents a cmake invocation.
*