summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.cxx
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-07-29 10:16:40 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-07-29 19:13:56 (GMT)
commitf71f7ce3f06a08ecf04ebc646537ab9de583cdc2 (patch)
tree36a567cd144827ed943b9c7119276a85d0f841b7 /Source/cmExportFileGenerator.cxx
parentf6df9c2565ed00ec6f57c32a36dd451c60917f97 (diff)
downloadCMake-f71f7ce3f06a08ecf04ebc646537ab9de583cdc2.zip
CMake-f71f7ce3f06a08ecf04ebc646537ab9de583cdc2.tar.gz
CMake-f71f7ce3f06a08ecf04ebc646537ab9de583cdc2.tar.bz2
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
This adds the `cmStringAlgorithms.h` header and moves all string functions from `cmAlgorithms.h` to `cmStringAlgorithms.h`.
Diffstat (limited to 'Source/cmExportFileGenerator.cxx')
-rw-r--r--Source/cmExportFileGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportFileGenerator.cxx b/Source/cmExportFileGenerator.cxx
index 29afc9f..8fd2947 100644
--- a/Source/cmExportFileGenerator.cxx
+++ b/Source/cmExportFileGenerator.cxx
@@ -2,7 +2,6 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmExportFileGenerator.h"
-#include "cmAlgorithms.h"
#include "cmComputeLinkInformation.h"
#include "cmGeneratedFileStream.h"
#include "cmGeneratorTarget.h"
@@ -14,6 +13,7 @@
#include "cmPolicies.h"
#include "cmPropertyMap.h"
#include "cmStateTypes.h"
+#include "cmStringAlgorithms.h"
#include "cmSystemTools.h"
#include "cmTarget.h"
#include "cmTargetExport.h"