From 4fdad392b6ad59827866b8115bd554397e81ddb5 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 24 May 2015 12:56:09 +0200 Subject: [PATCH] cmake: Remove redundant forward declaration. The appropriate include is already here. --- Source/cmake.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmake.h b/Source/cmake.h index 7f95fb612..c0a9b4949 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. *