summaryrefslogtreecommitdiff
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-24 12:56:09 +0200
committerStephen Kelly <steveire@gmail.com>2015-05-24 12:56:09 +0200
commit4fdad392b6ad59827866b8115bd554397e81ddb5 (patch)
tree98df80e72169252a53fa2a22528fb27c4877b0c6 /Source/cmake.h
parentdf9635f386aeac10e23495b2124d7713324e5c29 (diff)
downloadcmake-4fdad392b6ad59827866b8115bd554397e81ddb5.tar.gz
cmake: Remove redundant forward declaration.
The appropriate include is already here.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 7f95fb6122..c0a9b4949c 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.
*