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