summaryrefslogtreecommitdiff
path: root/Source/cmInstallFilesCommand.cxx
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-02-15 21:34:44 +0100
committerBrad King <brad.king@kitware.com>2019-02-21 08:24:25 -0500
commit9eb0e73f461f168fb036c304de13d7501edf6d12 (patch)
tree4e606a1e7892217516616add51b7db914caa3147 /Source/cmInstallFilesCommand.cxx
parent7574e16096abe57d44cde4e6380a22d940cde98c (diff)
downloadcmake-9eb0e73f461f168fb036c304de13d7501edf6d12.tar.gz
cmRange: Move to dedicated header file
Diffstat (limited to 'Source/cmInstallFilesCommand.cxx')
-rw-r--r--Source/cmInstallFilesCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallFilesCommand.cxx b/Source/cmInstallFilesCommand.cxx
index 1b72ce6289..b068e46c7a 100644
--- a/Source/cmInstallFilesCommand.cxx
+++ b/Source/cmInstallFilesCommand.cxx
@@ -2,12 +2,12 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmInstallFilesCommand.h"
-#include "cmAlgorithms.h"
#include "cmGeneratorExpression.h"
#include "cmGlobalGenerator.h"
#include "cmInstallFilesGenerator.h"
#include "cmInstallGenerator.h"
#include "cmMakefile.h"
+#include "cmRange.h"
#include "cmSystemTools.h"
class cmExecutionStatus;