summaryrefslogtreecommitdiff
path: root/Source/cmCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-27 16:24:10 -0400
committerKen Martin <ken.martin@kitware.com>2002-09-27 16:24:10 -0400
commit7ddb408621cf39288e0ab12ce8c93ba8132a64a0 (patch)
treeda8adac69eee6024718b66419dcfdd2f803673af /Source/cmCommand.h
parenteb6bba34cd2fcef722f8db55d81beb6393e83744 (diff)
downloadcmake-7ddb408621cf39288e0ab12ce8c93ba8132a64a0.tar.gz
removed some includes
Diffstat (limited to 'Source/cmCommand.h')
-rw-r--r--Source/cmCommand.h2
1 files changed, 1 insertions, 1 deletions
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.