diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-20 22:12:31 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-20 22:41:26 (GMT) |
commit | 6a1e73281f216d2644dc3527be01c3d38b9e1263 (patch) | |
tree | 23e9ebff2976b7cfaa49d03a39d62db9b8edc662 /Source/cmOutputRequiredFilesCommand.h | |
parent | 00f50b006cc9afd014374fabc10bdef1330075a2 (diff) | |
download | CMake-6a1e73281f216d2644dc3527be01c3d38b9e1263.zip CMake-6a1e73281f216d2644dc3527be01c3d38b9e1263.tar.gz CMake-6a1e73281f216d2644dc3527be01c3d38b9e1263.tar.bz2 |
cmMakeDepend: Inline into only user.
Diffstat (limited to 'Source/cmOutputRequiredFilesCommand.h')
-rw-r--r-- | Source/cmOutputRequiredFilesCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmOutputRequiredFilesCommand.h b/Source/cmOutputRequiredFilesCommand.h index 6a09673..b5eb932 100644 --- a/Source/cmOutputRequiredFilesCommand.h +++ b/Source/cmOutputRequiredFilesCommand.h @@ -13,7 +13,8 @@ #define cmOutputRequiredFilesCommand_h #include "cmCommand.h" -#include "cmMakeDepend.h" + +class cmDependInformation; class cmOutputRequiredFilesCommand : public cmCommand { |