diff options
author | Regina Pfeifer <regina@mailbox.org> | 2019-02-15 20:34:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-21 13:24:25 (GMT) |
commit | 9eb0e73f461f168fb036c304de13d7501edf6d12 (patch) | |
tree | 4e606a1e7892217516616add51b7db914caa3147 /Source/cmTryRunCommand.cxx | |
parent | 7574e16096abe57d44cde4e6380a22d940cde98c (diff) | |
download | CMake-9eb0e73f461f168fb036c304de13d7501edf6d12.zip CMake-9eb0e73f461f168fb036c304de13d7501edf6d12.tar.gz CMake-9eb0e73f461f168fb036c304de13d7501edf6d12.tar.bz2 |
cmRange: Move to dedicated header file
Diffstat (limited to 'Source/cmTryRunCommand.cxx')
-rw-r--r-- | Source/cmTryRunCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx index d863339..3a2cd7f 100644 --- a/Source/cmTryRunCommand.cxx +++ b/Source/cmTryRunCommand.cxx @@ -5,10 +5,10 @@ #include "cmsys/FStream.hxx" #include <stdio.h> -#include "cmAlgorithms.h" #include "cmDuration.h" #include "cmMakefile.h" #include "cmMessageType.h" +#include "cmRange.h" #include "cmState.h" #include "cmStateTypes.h" #include "cmSystemTools.h" |