Browse Source

cmake: Remove redundant forward declaration.

The appropriate include is already here.
Stephen Kelly 10 years ago
parent
commit
4fdad392b6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmake.h

+ 0 - 1
Source/cmake.h

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