From 7ddb408621cf39288e0ab12ce8c93ba8132a64a0 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 27 Sep 2002 16:24:10 -0400 Subject: removed some includes --- Source/cmCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmCommand.h') diff --git a/Source/cmCommand.h b/Source/cmCommand.h index e119027b6d..6c37b58902 100644 --- a/Source/cmCommand.h +++ b/Source/cmCommand.h @@ -18,7 +18,7 @@ #define cmCommand_h #include "cmStandardIncludes.h" -#include "cmMakefile.h" +class cmMakefile; /** \class cmCommand * \brief Superclass for all commands in CMake. -- cgit v1.2.1