diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-24 10:56:09 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-24 10:56:09 (GMT) |
commit | 4fdad392b6ad59827866b8115bd554397e81ddb5 (patch) | |
tree | 98df80e72169252a53fa2a22528fb27c4877b0c6 /Source/cmake.h | |
parent | df9635f386aeac10e23495b2124d7713324e5c29 (diff) | |
download | CMake-4fdad392b6ad59827866b8115bd554397e81ddb5.zip CMake-4fdad392b6ad59827866b8115bd554397e81ddb5.tar.gz CMake-4fdad392b6ad59827866b8115bd554397e81ddb5.tar.bz2 |
cmake: Remove redundant forward declaration.
The appropriate include is already here.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 7f95fb6..c0a9b49 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -30,7 +30,6 @@ class cmDocumentationSection; class cmPolicies; class cmTarget; class cmGeneratedFileStream; -class cmState; /** \brief Represents a cmake invocation. * |