diff options
author | Brad King <brad.king@kitware.com> | 2007-06-11 16:40:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-06-11 16:40:41 (GMT) |
commit | dfb79bea2371f2d8b2c45f791f93bb418f457217 (patch) | |
tree | f3db8be9cde251b165be75d9227bd7c7363ae65c /Source/cmLocalVisualStudio6Generator.h | |
parent | 28e94533ddff2e48268ebc48707e8510a272ef48 (diff) | |
download | CMake-dfb79bea2371f2d8b2c45f791f93bb418f457217.zip CMake-dfb79bea2371f2d8b2c45f791f93bb418f457217.tar.gz CMake-dfb79bea2371f2d8b2c45f791f93bb418f457217.tar.bz2 |
STYLE: Removed unused reference to cmMakeDepend.
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.h b/Source/cmLocalVisualStudio6Generator.h index c371f20..97d45d4 100644 --- a/Source/cmLocalVisualStudio6Generator.h +++ b/Source/cmLocalVisualStudio6Generator.h @@ -19,7 +19,6 @@ #include "cmLocalVisualStudioGenerator.h" -class cmMakeDepend; class cmTarget; class cmSourceFile; class cmSourceGroup; |